7 |
|
|
8 |
|
#include "UserCode/DTDPGAnalysis/interface/DefineTreeVariables.h" |
9 |
|
|
10 |
+ |
#include "DataFormats/BeamSpot/interface/BeamSpot.h" |
11 |
+ |
|
12 |
|
#include "FWCore/Framework/interface/EDAnalyzer.h" |
13 |
|
#include "FWCore/Framework/interface/ESHandle.h" |
14 |
|
#include "FWCore/Framework/interface/Event.h" |
61 |
|
edm::InputTag gmtLabel_; |
62 |
|
|
63 |
|
edm::InputTag PrimaryVertexTag_; |
64 |
+ |
edm::InputTag beamSpotTag_; |
65 |
|
|
66 |
|
edm::InputTag triggerTag_; |
67 |
|
|
91 |
|
short igmtdt; |
92 |
|
short igmtcands; |
93 |
|
|
94 |
+ |
reco::BeamSpot beamspot; |
95 |
+ |
|
96 |
|
TFile *outFile; |
97 |
|
TTree *tree_; |
98 |
|
|