34 std::unique_ptr<EcalUncalibRecHitWorkerBaseClass>
worker_;
56 std::vector<edmplugin::PluginInfo>
infos = factory->available();
65 auto itInfos =
infos.begin();
68 std::unique_ptr<edm::ParameterDescriptionCases<std::string>>
s;
70 std::unique_ptr<EcalUncalibRecHitWorkerBaseClass> tmw(
72 s = (itInfos->name_ >>
75 for (++itInfos; itInfos !=
infos.end(); ++itInfos) {
76 std::unique_ptr<EcalUncalibRecHitWorkerBaseClass> tmw(
79 "algoPSet", tmw->getAlgoDescription(),
true));
86 for (std::vector<edmplugin::PluginInfo>::const_iterator itInfos =
infos.begin(); itInfos !=
infos.end(); itInfos++) {
87 std::unique_ptr<EcalUncalibRecHitWorkerBaseClass> fdWorker(
98 std::string algoName = itInfos->name_.substr(itInfos->name_.find(
"Worker") + 6, itInfos->name_.length());
114 edm::LogInfo(
"EcalUncalibRecHitInfo") <<
"total # ebDigis: " << ebDigis->
size();
125 auto ebUncalibRechits = std::make_unique<EBUncalibratedRecHitCollection>();
126 auto eeUncalibRechits = std::make_unique<EEUncalibratedRecHitCollection>();
130 worker_->run(evt, *ebDigis, *ebUncalibRechits);
std::unique_ptr< EcalUncalibRecHitWorkerBaseClass > worker_
T getParameter(std::string const &) const
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
def create(alignables, pedeDump, additionalData, outputFile, config)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
T const * product() const
bool getByToken(EDGetToken token, Handle< PROD > &result) const
edm::EDGetTokenT< EEDigiCollection > eeDigiCollectionToken_
void addDefault(ParameterSetDescription const &psetDescription)
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
#define DEFINE_FWK_MODULE(type)
void produce(edm::Event &evt, const edm::EventSetup &es) override
std::string eeHitCollection_
Log< level::Info, false > LogInfo
EcalUncalibRecHitProducer(const edm::ParameterSet &ps)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
std::string ebHitCollection_
edm::EDGetTokenT< EBDigiCollection > ebDigiCollectionToken_