ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.72
Committed: Fri Mar 11 04:03:00 2011 UTC (14 years, 1 month ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_032, Mit_031, Mit_025c_branch2, Mit_025c_branch1, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_025c_branch0, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, Mit_025d, Mit_025c, Mit_025b, Mit_025a, Mit_025, Mit_025pre2, Mit_024b, Mit_025pre1, Mit_024a, Mit_024, Mit_023, Mit_022a, Mit_022, Mit_020d, TMit_020d, Mit_020c, Mit_021, Mit_021pre2, Mit_021pre1, Mit_020b, Mit_020a, Mit_020, Mit_020pre1, HEAD
Branch point for: Mit_025c_branch
Changes since 1.71: +8 -1 lines
Log Message:
even more unspeakable hacks to workaround even more unspeakable cint bugs

File Contents

# Content
1 // $Id: MitAnaDataTreeLinkDef.h,v 1.71 2009/12/08 10:49:54 loizides Exp $
2
3 #ifndef MITANA_DATATREE_LINKDEF_H
4 #define MITANA_DATATREE_LINKDEF_H
5
6 #include "MitAna/DataTree/interface/BranchName.h"
7 #include "MitAna/DataTree/interface/BranchTable.h"
8 #include "MitAna/DataTree/interface/EvtSelData.h"
9 #include "MitAna/DataTree/interface/LAHeader.h"
10 #include "MitAna/DataTree/interface/MCEventInfo.h"
11 #include "MitAna/DataTree/interface/Names.h"
12 #include "MitAna/DataTree/interface/RunInfo.h"
13 #include "MitAna/DataTree/interface/TriggerName.h"
14 #include "MitAna/DataTree/interface/TriggerTable.h"
15 #include "MitAna/DataTree/interface/TriggerObjectsTable.h"
16 #endif
17
18 #ifndef __CINT__
19 # define _R__UNIQUEIDENTIFIER_ MitAnaDataTree
20 # define _R__JOIN3_(F,X,Y) _NAME3_(F,X,Y)
21 # undef _R__UNIQUE_
22 # define _R__UNIQUE_(X) _R__JOIN3_( _R__UNIQUEIDENTIFIER_,X,__LINE__)
23 #endif
24
25 #ifdef __CINT__
26 #pragma link off all globals;
27 #pragma link off all classes;
28 #pragma link off all functions;
29 #pragma link C++ nestedclass;
30 #pragma link C++ nestedtypedef;
31 #pragma link C++ namespace mithep;
32
33 #pragma link C++ class mithep::BranchName+;
34 #pragma link C++ class mithep::BranchTable+;
35 #pragma link C++ class mithep::EvtSelData+;
36 #pragma link C++ class mithep::LAHeader+;
37 #pragma link C++ class mithep::MCEventInfo+;
38 #pragma link C++ class mithep::Names+;
39 #pragma link C++ class mithep::RunInfo+;
40 #pragma link C++ class mithep::TriggerName+;
41 #pragma link C++ class mithep::TriggerObjectsTable+;
42 #pragma link C++ class mithep::TriggerTable+;
43 #endif