#include <SimMuon/Neutron/plugins/NeutronHitsCollector.cc>
Public Member Functions | |
NeutronHitsCollector (const edm::ParameterSet &) | |
~NeutronHitsCollector () 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 |
Private Member Functions | |
virtual void | beginJob () |
virtual void | endJob () |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::string | neutron_label_csc |
std::string | neutron_label_dt |
std::string | neutron_label_rpc |
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: Utility for neutron SimHits produced by CSC/RPC/DTNeutronWriter modules. Re-packs neutron simhits in muon detectors into new collections that have a single module label. Creates a bunch of empty collections with the same module label to make MixingModule happy
Definition at line 36 of file NeutronHitsCollector.cc.
|
explicit |
Definition at line 51 of file NeutronHitsCollector.cc.
References edm::ParameterSet::getUntrackedParameter(), neutron_label_csc, neutron_label_dt, neutron_label_rpc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverride |
Definition at line 39 of file NeutronHitsCollector.cc.
|
privatevirtual |
Definition at line 221 of file NeutronHitsCollector.cc.
|
privatevirtual |
Definition at line 223 of file NeutronHitsCollector.cc.
|
overrideprivate |
Definition at line 102 of file NeutronHitsCollector.cc.
References edm::Event::getByLabel(), eostools::move(), neutron_label_csc, neutron_label_dt, neutron_label_rpc, and edm::Event::put().
|
private |
Definition at line 46 of file NeutronHitsCollector.cc.
Referenced by NeutronHitsCollector(), and produce().
|
private |
Definition at line 47 of file NeutronHitsCollector.cc.
Referenced by NeutronHitsCollector(), and produce().
|
private |
Definition at line 48 of file NeutronHitsCollector.cc.
Referenced by NeutronHitsCollector(), and produce().