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