#include <RecoLocalCalo/HcalRecProducers/plugins/HBHEPlan1Combiner.cc>
Public Member Functions | |
HBHEPlan1Combiner (const edm::ParameterSet &) | |
~HBHEPlan1Combiner () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::unique_ptr< AbsPlan1RechitCombiner > | combiner_ |
bool | ignorePlan1Topology_ |
edm::EDGetTokenT< HBHERecHitCollection > | tok_rechits_ |
bool | usePlan1Mode_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Description: rechit combiner module for the "Plan 1" scenario
Implementation: [Notes on implementation]
Definition at line 41 of file HBHEPlan1Combiner.cc.
|
explicit |
Definition at line 66 of file HBHEPlan1Combiner.cc.
References combiner_, edm::ParameterSet::getParameter(), and tok_rechits_.
|
override |
Definition at line 83 of file HBHEPlan1Combiner.cc.
|
static |
Definition at line 145 of file HBHEPlan1Combiner.cc.
References edm::ParameterSetDescription::add(), add_param_set, edm::ConfigurationDescriptions::addDefault(), electronCleaner_cfi::algorithm, and DEFINE_FWK_MODULE.
|
overrideprivate |
Definition at line 96 of file HBHEPlan1Combiner.cc.
References edm::SortedCollection< T, SORT >::begin(), combiner_, edm::SortedCollection< T, SORT >::end(), edm::EventSetup::get(), CaloRecHitAuxSetter::getBit(), edm::Event::getByToken(), HcalTopology::getMergePositionFlag(), ignorePlan1Topology_, eostools::move(), HBHERecHitAuxSetter::OFF_TDC_TIME, edm::ESHandle< T >::product(), edm::Event::put(), edm::SortedCollection< T, SORT >::size(), tok_rechits_, and usePlan1Mode_.
|
private |
Definition at line 60 of file HBHEPlan1Combiner.cc.
Referenced by HBHEPlan1Combiner(), and produce().
|
private |
Definition at line 56 of file HBHEPlan1Combiner.cc.
Referenced by produce().
|
private |
Definition at line 55 of file HBHEPlan1Combiner.cc.
Referenced by HBHEPlan1Combiner(), and produce().
|
private |
Definition at line 57 of file HBHEPlan1Combiner.cc.
Referenced by produce().