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" |
52 |
|
TrajectoryStateOnSurface cylExtrapTrkSam(reco::TrackRef track, const float rho) const; |
53 |
|
FreeTrajectoryState freeTrajStateMuon(const reco::TrackRef track) const; |
54 |
|
|
53 |
– |
//method to fill empty slots (just to avoid potential crashes) |
54 |
– |
inline void fill_cscsegments_emptyvars(); |
55 |
– |
inline void fill_muons_emptyvars(); |
56 |
– |
|
55 |
|
edm::InputTag dtDigiLabel_; |
56 |
|
edm::InputTag dtSegmentLabel_; |
57 |
|
edm::InputTag cscSegmentLabel_; |
61 |
|
edm::InputTag gmtLabel_; |
62 |
|
|
63 |
|
edm::InputTag PrimaryVertexTag_; |
64 |
+ |
edm::InputTag beamSpotTag_; |
65 |
|
|
66 |
|
edm::InputTag triggerTag_; |
67 |
|
|
68 |
+ |
bool runOnRaw_; |
69 |
+ |
|
70 |
|
edm::ESHandle<MagneticField> theBField; |
71 |
|
edm::ESHandle<Propagator> propagatorAlong; |
72 |
|
edm::ESHandle<Propagator> propagatorOpposite; |
91 |
|
short igmtdt; |
92 |
|
short igmtcands; |
93 |
|
|
94 |
+ |
reco::BeamSpot beamspot; |
95 |
+ |
|
96 |
|
TFile *outFile; |
97 |
|
TTree *tree_; |
98 |
|
|