ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/src/LinkDef.h
Revision: 1.4
Committed: Wed Jul 2 16:22:18 2008 UTC (16 years, 10 months ago) by mlethuil
Content type: text/plain
Branch: MAIN
CVS Tags: cmssw_1_6_12
Changes since 1.3: +3 -0 lines
Log Message:
Converted Photons MC Truth

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     #else
15 mlethuil 1.3 #include "UserCode/Morgan/interface/TRootRun.h"
16 mlethuil 1.1 #include "UserCode/Morgan/interface/TRootEvent.h"
17     #include "UserCode/Morgan/interface/TRootParticle.h"
18 mlethuil 1.2 #include "UserCode/Morgan/interface/TRootTrack.h"
19 mlethuil 1.1 #include "UserCode/Morgan/interface/TRootJet.h"
20     #include "UserCode/Morgan/interface/TRootMuon.h"
21     #include "UserCode/Morgan/interface/TRootPhoton.h"
22 mlethuil 1.4 #include "UserCode/Morgan/interface/TRootMCPhoton.h"
23 mlethuil 1.1 #include "UserCode/Morgan/interface/TRootElectron.h"
24     #include "UserCode/Morgan/interface/TRootSignalEvent.h"
25     #include "UserCode/Morgan/interface/TRootCluster.h"
26     #include "UserCode/Morgan/interface/TRootSuperCluster.h"
27     #endif
28    
29     #ifdef __CINT__
30     #pragma link off all globals;
31     #pragma link off all classes;
32     #pragma link off all functions;
33    
34 mlethuil 1.3 #pragma link C++ class TRootRun;
35 mlethuil 1.1 #pragma link C++ class TRootEvent;
36     #pragma link C++ class TRootParticle;
37 mlethuil 1.2 #pragma link C++ class TRootTrack;
38 mlethuil 1.1 #pragma link C++ class TRootJet;
39     #pragma link C++ class TRootMuon;
40     #pragma link C++ class TRootPhoton;
41 mlethuil 1.4 #pragma link C++ class TRootMCPhoton;
42 mlethuil 1.1 #pragma link C++ class TRootElectron;
43     #pragma link C++ class TRootSignalEvent;
44     #pragma link C++ class TRootCluster;
45     #pragma link C++ class TRootSuperCluster;
46    
47     #endif