45 |
|
void fill_ddu_variables(edm::Handle<DTLocalTriggerCollection> localTriggerDDU); |
46 |
|
void fill_muons_variables(edm::Handle<reco::MuonCollection> MuList); |
47 |
|
void fill_gmt_variables(edm::Handle<L1MuGMTReadoutCollection> gmtrc); |
48 |
+ |
void fill_gt_variables(edm::Handle<L1GlobalTriggerReadoutRecord> gtrr, const L1GtTriggerMenu* menu); |
49 |
+ |
void fill_hlt_variables(const edm::Event& e, edm::Handle<edm::TriggerResults> hltresults); |
50 |
|
|
51 |
|
void fill_dtphi_info(const DTChamberRecSegment2D* phiSeg); |
52 |
|
void fill_dtz_info(const DTSLRecSegment2D* zSeg); |
63 |
|
edm::InputTag dtTrigDDULabel_; |
64 |
|
edm::InputTag staMuLabel_; |
65 |
|
edm::InputTag gmtLabel_; |
66 |
+ |
edm::InputTag gtLabel_; |
67 |
|
|
68 |
|
edm::InputTag PrimaryVertexTag_; |
69 |
|
edm::InputTag beamSpotTag_; |
100 |
|
short imuons; |
101 |
|
short igmtdt; |
102 |
|
short igmtcands; |
103 |
+ |
short igtalgo; |
104 |
+ |
short igttt; |
105 |
+ |
short ihlt; |
106 |
|
|
107 |
|
reco::BeamSpot beamspot; |
108 |
|
|