54 : dtbx_(
pset, consumesCollector()) {
55 regionToken_ = produces<l1t::RegionalMuonCandBxCollection>(
"BMTF");
57 trackToken_ = produces<vector<L1MuBMTrack>>(
"BMTF");
58 segPhiToken_ = produces<vector<L1MuBMTrackSegPhi>>(
"BMTF");
59 segEtaToken_ = produces<vector<L1MuBMTrackSegEta>>(
"BMTF");
68 cout <<
"**** L1MuonBMTFTrigger processing event ****" << endl;
74 cout <<
"Number of muons found by the L1 BBMX TRIGGER : " << ndt << endl;
L1MuBMTrackCollection & getcache1()
edm::EDPutTokenT< l1t::RegionalMuonCandBxCollection > unsortRegionToken_
edm::EDPutTokenT< vector< L1MuBMTrackSegPhi > > segPhiToken_
void produce(edm::Event &e, const edm::EventSetup &c) override
Produce digis out of raw data.
int numberOfTracks()
get number of muon candidates found by the barrel MTTF
L1MuBMTrackSegPhiCollection & getcache2()
edm::EDPutTokenT< vector< L1MuBMTrackSegEta > > segEtaToken_
#define DEFINE_FWK_MODULE(type)
void run(const edm::Event &e, const edm::EventSetup &c)
run the barrel MTTF
const L1MuBMTFConfig & config() const
return configuration
L1MuBMTrackSegEtaCollection & getcache3()
edm::EDPutTokenT< vector< L1MuBMTrack > > trackToken_
l1t::RegionalMuonCandBxCollection & getcache()
L1TMuonBarrelTrackProducer(const edm::ParameterSet &pset)
Constructor.
l1t::RegionalMuonCandBxCollection & getcache0()
edm::EDPutTokenT< l1t::RegionalMuonCandBxCollection > regionToken_