CMS 3D CMS Logo

BMTFTokens.cc
Go to the documentation of this file.
4 
5 #include "BMTFTokens.h"
6 
7 namespace l1t {
8  namespace stage2 {
10  auto ouputTag = cfg.getParameter<edm::InputTag>("InputLabel");
11  auto inputTagPh = cfg.getParameter<edm::InputTag>("InputLabel2");
12  auto inputTagTh = cfg.getParameter<edm::InputTag>("InputLabel2");
13 
14  outputMuonToken_ = cc.consumes<RegionalMuonCandBxCollection>(ouputTag);
15  inputMuonTokenPh_ = cc.consumes<L1MuDTChambPhContainer>(inputTagPh);
16  inputMuonTokenTh_ = cc.consumes<L1MuDTChambThContainer>(inputTagTh);
17  }
18  } // namespace stage2
19 } // namespace l1t
edm::EDGetTokenT< L1MuDTChambPhContainer > inputMuonTokenPh_
Definition: BMTFTokens.h:24
uint32_t cc[maxCellsPerHit]
Definition: gpuFishbone.h:49
delete x;
Definition: CaloConfig.h:22
edm::EDGetTokenT< L1MuDTChambThContainer > inputMuonTokenTh_
Definition: BMTFTokens.h:25
edm::EDGetTokenT< RegionalMuonCandBxCollection > outputMuonToken_
Definition: BMTFTokens.h:20
BMTFTokens(const edm::ParameterSet &, edm::ConsumesCollector &)
Definition: BMTFTokens.cc:9