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

# Content
1 #ifdef __CINT__
2 #include "../interface/TRootRun.h"
3 #include "../interface/TRootEvent.h"
4 #include "../interface/TRootParticle.h"
5 #include "../interface/TRootMCParticle.h"
6 #include "../interface/TRootVertex.h"
7 #include "../interface/TRootTrack.h"
8 #include "../interface/TRootJet.h"
9 #include "../interface/TRootMuon.h"
10 #include "../interface/TRootPhoton.h"
11 #include "../interface/TRootMCPhoton.h"
12 #include "../interface/TRootElectron.h"
13 #include "../interface/TRootSignalEvent.h"
14 #include "../interface/TRootCluster.h"
15 #include "../interface/TRootSuperCluster.h"
16 #include "../interface/TRootMET.h"
17 #include "../interface/TRootTopTop.h"
18 #else
19 #include "../interface/TRootRun.h"
20 #include "../interface/TRootEvent.h"
21 #include "../interface/TRootParticle.h"
22 #include "../interface/TRootMCParticle.h"
23 #include "../interface/TRootVertex.h"
24 #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 #include "../interface/TRootTopTop.h"
35 #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 #pragma link C++ class TRootRun;
43 #pragma link C++ class TRootEvent;
44 #pragma link C++ class TRootParticle;
45 #pragma link C++ class TRootMCParticle;
46 #pragma link C++ class TRootVertex;
47 #pragma link C++ class TRootTrack;
48 #pragma link C++ class TRootJet;
49 #pragma link C++ class TRootMuon;
50 #pragma link C++ class TRootPhoton;
51 #pragma link C++ class TRootMCPhoton;
52 #pragma link C++ class TRootElectron;
53 #pragma link C++ class TRootSignalEvent;
54 #pragma link C++ class TRootCluster;
55 #pragma link C++ class TRootSuperCluster;
56 #pragma link C++ class TRootMET;
57 #pragma link C++ class TRootTopTop;
58
59 #endif