45 |
|
#include "../interface/TRootSignalEvent.h" |
46 |
|
#include "../interface/TRootParticle.h" |
47 |
|
#include "../interface/TRootMCParticle.h" |
48 |
+ |
#include "../interface/TRootBeamSpot.h" |
49 |
|
#include "../interface/TRootVertex.h" |
50 |
|
#include "../interface/TRootTrack.h" |
51 |
|
#include "../interface/TRootJet.h" |
92 |
|
bool doSignalTopTop; |
93 |
|
bool doPhotonConversionMC; |
94 |
|
bool drawMCTree; |
95 |
+ |
bool doBeamSpot; |
96 |
|
bool doPrimaryVertex; |
97 |
|
bool doTrack; |
98 |
|
bool doJet; |
116 |
|
TRootSignalEvent* rootMuMuGammaEvent; |
117 |
|
TClonesArray* rootMCTopTop; |
118 |
|
TClonesArray* mcPhotons; |
119 |
+ |
TRootBeamSpot* rootBeamSpot; |
120 |
|
TClonesArray* vertices; |
121 |
|
TClonesArray* tracks; |
122 |
|
TClonesArray* jets; |