2 |
|
#include "../interface/TRootRun.h" |
3 |
|
#include "../interface/TRootEvent.h" |
4 |
|
#include "../interface/TRootParticle.h" |
5 |
+ |
#include "../interface/TRootMCParticle.h" |
6 |
+ |
#include "../interface/TRootBeamSpot.h" |
7 |
+ |
#include "../interface/TRootVertex.h" |
8 |
|
#include "../interface/TRootTrack.h" |
9 |
|
#include "../interface/TRootJet.h" |
10 |
|
#include "../interface/TRootMuon.h" |
20 |
|
#include "../interface/TRootRun.h" |
21 |
|
#include "../interface/TRootEvent.h" |
22 |
|
#include "../interface/TRootParticle.h" |
23 |
+ |
#include "../interface/TRootMCParticle.h" |
24 |
+ |
#include "../interface/TRootBeamSpot.h" |
25 |
+ |
#include "../interface/TRootVertex.h" |
26 |
|
#include "../interface/TRootTrack.h" |
27 |
|
#include "../interface/TRootJet.h" |
28 |
|
#include "../interface/TRootMuon.h" |
44 |
|
#pragma link C++ class TRootRun; |
45 |
|
#pragma link C++ class TRootEvent; |
46 |
|
#pragma link C++ class TRootParticle; |
47 |
+ |
#pragma link C++ class TRootMCParticle; |
48 |
+ |
#pragma link C++ class TRootBeamSpot; |
49 |
+ |
#pragma link C++ class TRootVertex; |
50 |
|
#pragma link C++ class TRootTrack; |
51 |
|
#pragma link C++ class TRootJet; |
52 |
|
#pragma link C++ class TRootMuon; |