39 produces<l1t::RegionalMuonCandBxCollection>(
"BMTF");
40 produces<l1t::RegionalMuonCandBxCollection>(
"UnsortedBMTF");
41 produces<vector<L1MuBMTrack> >(
"BMTF");
42 produces<vector<L1MuBMTrackSegPhi> >(
"BMTF");
43 produces<vector<L1MuBMTrackSegEta> >(
"BMTF");
45 usesResource(
"L1TMuonBarrelTrackProducer");
55 cout <<
"**** L1MuonBMTFTrigger processing event ****" << endl;
64 cout <<
"Number of muons found by the L1 BBMX TRIGGER : " << ndt << endl;
68 unique_ptr<vector<L1MuBMTrack> > vec_L1MuBMTrack(
new vector<L1MuBMTrack>);
69 unique_ptr<vector<L1MuBMTrackSegPhi> > vec_L1MuBMTrackSegPhi(
new vector<L1MuBMTrackSegPhi>);
70 unique_ptr<vector<L1MuBMTrackSegEta> > vec_L1MuBMTrackSegEta(
new vector<L1MuBMTrackSegEta>);
74 *tra_product = dtTracks;
78 *vec_product = BMTracks;
81 *vec_L1MuBMTrackSegPhi = dtbx->
getcache2();
82 *vec_L1MuBMTrackSegEta = dtbx->
getcache3();
L1MuBMTrackCollection & getcache1()
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
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
#define DEFINE_FWK_MODULE(type)
L1MuBMTrackSegPhiCollection & getcache2()
void run(const edm::Event &e, const edm::EventSetup &c)
run the barrel MTTF
L1MuBMTrackSegEtaCollection & getcache3()
~L1TMuonBarrelTrackProducer() override
Destructor.
l1t::RegionalMuonCandBxCollection & getcache()
L1TMuonBarrelTrackProducer(const edm::ParameterSet &pset)
Constructor.
l1t::RegionalMuonCandBxCollection & getcache0()