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
BMTFTokens.h
L1MuDTChambPhContainer
Definition: L1MuDTChambPhContainer.h:33
BXVector< RegionalMuonCand >
l1t::stage2::BMTFTokens::outputMuonToken_
edm::EDGetTokenT< RegionalMuonCandBxCollection > outputMuonToken_
Definition: BMTFTokens.h:20
edm::ParameterSet
Definition: ParameterSet.h:36
l1t::stage2::BMTFTokens::inputMuonTokenPh_
edm::EDGetTokenT< L1MuDTChambPhContainer > inputMuonTokenPh_
Definition: BMTFTokens.h:24
l1t
delete x;
Definition: CaloConfig.h:22
cc
SiStripSourceConfigTier0_cff.stage2
stage2
Definition: SiStripSourceConfigTier0_cff.py:71
InputTag.h
looper.cfg
cfg
Definition: looper.py:297
ConsumesCollector.h
ParameterSet.h
L1MuDTChambThContainer
Definition: L1MuDTChambThContainer.h:33
edm::InputTag
Definition: InputTag.h:15
edm::ConsumesCollector
Definition: ConsumesCollector.h:39
l1t::stage2::BMTFTokens::BMTFTokens
BMTFTokens(const edm::ParameterSet &, edm::ConsumesCollector &)
Definition: BMTFTokens.cc:9
l1t::stage2::BMTFTokens::inputMuonTokenTh_
edm::EDGetTokenT< L1MuDTChambThContainer > inputMuonTokenTh_
Definition: BMTFTokens.h:25