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); |
51 |
> |
void fill_dtphi_info(const DTChamberRecSegment2D* phiSeg,const GeomDet* geomDet); |
52 |
> |
void fill_dtz_info(const DTSLRecSegment2D* zSeg, const GeomDet* geomDet); |
53 |
|
|
54 |
|
std::vector<L1MuRegionalCand> getBXCands(const L1MuGMTReadoutRecord* igmtrr, const int DetectorType) const; |
55 |
|
|