ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/src/LinkDef.h
Revision: 1.7
Committed: Mon Dec 15 19:08:52 2008 UTC (16 years, 4 months ago) by lethuill
Content type: text/plain
Branch: MAIN
CVS Tags: pat_2_1_12_01
Changes since 1.6: +3 -0 lines
Log Message:
MC infos from Silvano

File Contents

# User Rev Content
1 mlethuil 1.1 #ifdef __CINT__
2 mlethuil 1.3 #include "../interface/TRootRun.h"
3 mlethuil 1.1 #include "../interface/TRootEvent.h"
4     #include "../interface/TRootParticle.h"
5 mlethuil 1.2 #include "../interface/TRootTrack.h"
6 mlethuil 1.1 #include "../interface/TRootJet.h"
7     #include "../interface/TRootMuon.h"
8     #include "../interface/TRootPhoton.h"
9 mlethuil 1.4 #include "../interface/TRootMCPhoton.h"
10 mlethuil 1.1 #include "../interface/TRootElectron.h"
11     #include "../interface/TRootSignalEvent.h"
12     #include "../interface/TRootCluster.h"
13     #include "../interface/TRootSuperCluster.h"
14 lethuill 1.5 #include "../interface/TRootMET.h"
15 lethuill 1.7 #include "../interface/TRootTopTop.h"
16 mlethuil 1.1 #else
17 lethuill 1.6 #include "../interface/TRootRun.h"
18     #include "../interface/TRootEvent.h"
19     #include "../interface/TRootParticle.h"
20     #include "../interface/TRootTrack.h"
21     #include "../interface/TRootJet.h"
22     #include "../interface/TRootMuon.h"
23     #include "../interface/TRootPhoton.h"
24     #include "../interface/TRootMCPhoton.h"
25     #include "../interface/TRootElectron.h"
26     #include "../interface/TRootSignalEvent.h"
27     #include "../interface/TRootCluster.h"
28     #include "../interface/TRootSuperCluster.h"
29     #include "../interface/TRootMET.h"
30 lethuill 1.7 #include "../interface/TRootTopTop.h"
31 mlethuil 1.1 #endif
32    
33     #ifdef __CINT__
34     #pragma link off all globals;
35     #pragma link off all classes;
36     #pragma link off all functions;
37    
38 mlethuil 1.3 #pragma link C++ class TRootRun;
39 mlethuil 1.1 #pragma link C++ class TRootEvent;
40     #pragma link C++ class TRootParticle;
41 mlethuil 1.2 #pragma link C++ class TRootTrack;
42 mlethuil 1.1 #pragma link C++ class TRootJet;
43     #pragma link C++ class TRootMuon;
44     #pragma link C++ class TRootPhoton;
45 mlethuil 1.4 #pragma link C++ class TRootMCPhoton;
46 mlethuil 1.1 #pragma link C++ class TRootElectron;
47     #pragma link C++ class TRootSignalEvent;
48     #pragma link C++ class TRootCluster;
49     #pragma link C++ class TRootSuperCluster;
50 lethuill 1.5 #pragma link C++ class TRootMET;
51 lethuill 1.7 #pragma link C++ class TRootTopTop;
52 mlethuil 1.1
53     #endif