ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/src/LinkDef.h
Revision: 1.10
Committed: Tue Apr 21 10:42:23 2009 UTC (16 years ago) by lethuill
Content type: text/plain
Branch: MAIN
CVS Tags: all_3_2_5_01, all_2_2_9_03, all_2_2_9_02, all_2_2_9_01, JeSuisBeaucoupPlusGrosQunReco_2_2_7_01, RecoPhoton_2_2_7_02, pat_2_2_7_01
Branch point for: CMSSW_2_2_X_br
Changes since 1.9: +3 -0 lines
Log Message:
Use beam spot in impact parameter calculation

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