Go to the documentation of this file.
17 rechitCollection_(ps.getParameter<
std::
string>(
"ESrechitCollection")),
19 produces<ESRecHitCollection>(rechitCollection_);
30 LogDebug(
"ESRecHitInfo") <<
"total # ESdigis: " << digi->
size();
33 auto rec = std::make_unique<ESRecHitCollection>();
36 rec->reserve(digi->
size());
T const * product() const
boost::transform_iterator< IterHelp, boost::counting_iterator< int > > const_iterator
void produce(edm::Event &e, const edm::EventSetup &es) override
#define DEFINE_FWK_MODULE(type)
ESRecHitProducer(const edm::ParameterSet &ps)
~ESRecHitProducer() override
const_iterator begin() const
The iterator returned can not safely be used across threads.
T getParameter(std::string const &) const
std::unique_ptr< ESRecHitWorkerBaseClass > worker_
const std::string rechitCollection_
const_iterator end() const
const edm::EDGetTokenT< ESDigiCollection > digiToken_