L1TMuonBarrelKalmanStubProducer::L1TMuonBarrelKalmanStubProducer |
( |
const edm::ParameterSet & |
iConfig | ) |
|
|
explicit |
Definition at line 60 of file L1TMuonBarrelKalmanStubProducer.cc.
63 proc_(std::make_unique<L1TMuonBarrelKalmanStubProcessor>(iConfig)),
66 putToken_(produces<L1MuKBMTCombinedStubCollection>()) {}
const edm::EDPutTokenT< L1MuKBMTCombinedStubCollection > putToken_
std::unique_ptr< L1TMuonBarrelKalmanStubProcessor > proc_
const edm::EDGetTokenT< L1MuDTChambThContainer > srcTheta_
T getParameter(std::string const &) const
const edm::ESGetToken< L1TMuonBarrelParams, L1TMuonBarrelParamsRcd > bmtfParamsToken_
const edm::EDGetTokenT< L1MuDTChambPhContainer > srcPhi_
L1TMuonBarrelKalmanStubProducer::~L1TMuonBarrelKalmanStubProducer |
( |
| ) |
|
|
override |
void L1TMuonBarrelKalmanStubProducer::beginStream |
( |
edm::StreamID |
| ) |
|
|
overrideprivate |
void L1TMuonBarrelKalmanStubProducer::endStream |
( |
| ) |
|
|
overrideprivate |
Definition at line 75 of file L1TMuonBarrelKalmanStubProducer.cc.
References bmtfParamsToken_, gather_cfg::cout, edm::Event::emplace(), edm::Event::getByToken(), edm::EventSetup::getData(), eostools::move(), gpuVertexFinder::printf(), proc_, putToken_, srcPhi_, srcTheta_, parallelization::uint(), and verbose_.
89 for (
const auto& stub : stubs) {
90 printf(
"Stub: wheel=%d sector=%d station =%d tag=%d eta1=%d qeta1=%d eta2=%d qeta2=%d\n",
103 for (
uint sector = 0; sector < 12; ++sector)
104 proc_->makeInputPattern(phiIn.product(), thetaIn.product(), sector);
bool getByToken(EDGetToken token, Handle< PROD > &result) const
const edm::EDPutTokenT< L1MuKBMTCombinedStubCollection > putToken_
bool getData(T &iHolder) const
std::unique_ptr< L1TMuonBarrelKalmanStubProcessor > proc_
const edm::EDGetTokenT< L1MuDTChambThContainer > srcTheta_
printf("params %d %f %f %f\n", minT, eps, errmax, chi2max)
OrphanHandle< PROD > emplace(EDPutTokenT< PROD > token, Args &&...args)
puts a new product
const edm::ESGetToken< L1TMuonBarrelParams, L1TMuonBarrelParamsRcd > bmtfParamsToken_
std::vector< L1MuKBMTCombinedStub > L1MuKBMTCombinedStubCollection
const edm::EDGetTokenT< L1MuDTChambPhContainer > srcPhi_
const int L1TMuonBarrelKalmanStubProducer::verbose_ |
|
private |