ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/src/LinkDef.h
Revision: 1.9
Committed: Fri Apr 10 12:06:37 2009 UTC (16 years ago) by lethuill
Content type: text/plain
Branch: MAIN
CVS Tags: RecoPhoton_2_2_7_01, pat_2_2_5_03
Changes since 1.8: +3 -0 lines
Log Message:
Add "Vertices" branch with TCloneArray of TRootVertex

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 lethuill 1.8 #include "../interface/TRootMCParticle.h"
6 lethuill 1.9 #include "../interface/TRootVertex.h"
7 mlethuil 1.2 #include "../interface/TRootTrack.h"
8 mlethuil 1.1 #include "../interface/TRootJet.h"
9     #include "../interface/TRootMuon.h"
10     #include "../interface/TRootPhoton.h"
11 mlethuil 1.4 #include "../interface/TRootMCPhoton.h"
12 mlethuil 1.1 #include "../interface/TRootElectron.h"
13     #include "../interface/TRootSignalEvent.h"
14     #include "../interface/TRootCluster.h"
15     #include "../interface/TRootSuperCluster.h"
16 lethuill 1.5 #include "../interface/TRootMET.h"
17 lethuill 1.7 #include "../interface/TRootTopTop.h"
18 mlethuil 1.1 #else
19 lethuill 1.6 #include "../interface/TRootRun.h"
20     #include "../interface/TRootEvent.h"
21     #include "../interface/TRootParticle.h"
22 lethuill 1.8 #include "../interface/TRootMCParticle.h"
23 lethuill 1.9 #include "../interface/TRootVertex.h"
24 lethuill 1.6 #include "../interface/TRootTrack.h"
25     #include "../interface/TRootJet.h"
26     #include "../interface/TRootMuon.h"
27     #include "../interface/TRootPhoton.h"
28     #include "../interface/TRootMCPhoton.h"
29     #include "../interface/TRootElectron.h"
30     #include "../interface/TRootSignalEvent.h"
31     #include "../interface/TRootCluster.h"
32     #include "../interface/TRootSuperCluster.h"
33     #include "../interface/TRootMET.h"
34 lethuill 1.7 #include "../interface/TRootTopTop.h"
35 mlethuil 1.1 #endif
36    
37     #ifdef __CINT__
38     #pragma link off all globals;
39     #pragma link off all classes;
40     #pragma link off all functions;
41    
42 mlethuil 1.3 #pragma link C++ class TRootRun;
43 mlethuil 1.1 #pragma link C++ class TRootEvent;
44     #pragma link C++ class TRootParticle;
45 lethuill 1.8 #pragma link C++ class TRootMCParticle;
46 lethuill 1.9 #pragma link C++ class TRootVertex;
47 mlethuil 1.2 #pragma link C++ class TRootTrack;
48 mlethuil 1.1 #pragma link C++ class TRootJet;
49     #pragma link C++ class TRootMuon;
50     #pragma link C++ class TRootPhoton;
51 mlethuil 1.4 #pragma link C++ class TRootMCPhoton;
52 mlethuil 1.1 #pragma link C++ class TRootElectron;
53     #pragma link C++ class TRootSignalEvent;
54     #pragma link C++ class TRootCluster;
55     #pragma link C++ class TRootSuperCluster;
56 lethuill 1.5 #pragma link C++ class TRootMET;
57 lethuill 1.7 #pragma link C++ class TRootTopTop;
58 mlethuil 1.1
59     #endif