#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 | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () 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_ |
edm::ESGetToken< HcalTopology, HcalRecNumberingRecord > | htopoToken_ |
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 68 of file HBHEPlan1Combiner.cc.
References combiner_, edm::ParameterSet::getParameter(), htopoToken_, and tok_rechits_.
|
override |
Definition at line 84 of file HBHEPlan1Combiner.cc.
|
static |
Definition at line 136 of file HBHEPlan1Combiner.cc.
References add_param_set, edm::ConfigurationDescriptions::addDefault(), qcdUeDQM_cfi::algorithm, and submitPVResolutionJobs::desc.
|
overrideprivate |
Definition at line 94 of file HBHEPlan1Combiner.cc.
References edm::SortedCollection< T, SORT >::begin(), combiner_, edm::SortedCollection< T, SORT >::end(), CaloRecHitAuxSetter::getBit(), edm::EventSetup::getData(), HcalTopology::getMergePositionFlag(), htopoToken_, iEvent, ignorePlan1Topology_, eostools::move(), HBHERecHitAuxSetter::OFF_TDC_TIME, edm::SortedCollection< T, SORT >::size(), tok_rechits_, and usePlan1Mode_.
|
private |
Definition at line 59 of file HBHEPlan1Combiner.cc.
Referenced by HBHEPlan1Combiner(), and produce().
|
private |
Definition at line 62 of file HBHEPlan1Combiner.cc.
Referenced by HBHEPlan1Combiner(), and produce().
|
private |
Definition at line 55 of file HBHEPlan1Combiner.cc.
Referenced by produce().
|
private |
Definition at line 54 of file HBHEPlan1Combiner.cc.
Referenced by HBHEPlan1Combiner(), and produce().
|
private |
Definition at line 56 of file HBHEPlan1Combiner.cc.
Referenced by produce().