ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataUtil/src/MitAnaDataUtilLinkDef.h
Revision: 1.1
Committed: Tue May 27 19:36:05 2008 UTC (16 years, 11 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_004, MITHEP_2_0_x
Log Message:
First commit of Util classes.

File Contents

# User Rev Content
1 loizides 1.1 // $Id: LinkDef.h 2272 2006-01-08 17:16:44Z loizides $
2    
3     #ifndef DATAUTIL_LINKDEF_H
4     #define DATAUTIL_LINKDEF_H
5     #include "MitAna/DataUtil/interface/Debug.h"
6     #include "MitAna/DataUtil/interface/TreeWriter.h"
7     #endif
8    
9     #ifdef __CINT__
10     #pragma link off all globals;
11     #pragma link off all classes;
12     #pragma link off all functions;
13     #pragma link C++ nestedclass;
14     #pragma link C++ nestedtypedef;
15     #pragma link C++ namespace mithep;
16    
17     #pragma link C++ class mithep::Debug;
18     #pragma link C++ enum mithep::Debug::EDebugMask;
19     #pragma link C++ global gDebugMask;
20     #pragma link C++ global gDebugLevel;
21     #pragma link C++ class mithep::TreeWriter+;
22     #endif