#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 | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
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<> | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::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 edm::ParameterSetDescription::add(), add_param_set, edm::ConfigurationDescriptions::addDefault(), HLT_FULL_cff::algorithm, and submitPVResolutionJobs::desc.
|
overrideprivate |
Definition at line 94 of file HBHEPlan1Combiner.cc.
References combiner_, CaloRecHitAuxSetter::getBit(), edm::Event::getByToken(), edm::EventSetup::getData(), htopoToken_, ignorePlan1Topology_, eostools::move(), HBHERecHitAuxSetter::OFF_TDC_TIME, edm::Event::put(), 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().