#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 | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
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<> | |
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: 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 38 of file NeutronHitsCollector.cc.
|
explicit |
Definition at line 56 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 42 of file NeutronHitsCollector.cc.
References beginJob(), endJob(), and produce().
|
privatevirtual |
Definition at line 233 of file NeutronHitsCollector.cc.
Referenced by ~NeutronHitsCollector().
|
privatevirtual |
Definition at line 236 of file NeutronHitsCollector.cc.
References DEFINE_FWK_MODULE.
Referenced by ~NeutronHitsCollector().
|
overrideprivate |
Definition at line 110 of file NeutronHitsCollector.cc.
References edm::Event::getByLabel(), eostools::move(), neutron_label_csc, neutron_label_dt, neutron_label_rpc, and edm::Event::put().
Referenced by ~NeutronHitsCollector().
|
private |
Definition at line 49 of file NeutronHitsCollector.cc.
Referenced by NeutronHitsCollector(), and produce().
|
private |
Definition at line 50 of file NeutronHitsCollector.cc.
Referenced by NeutronHitsCollector(), and produce().
|
private |
Definition at line 51 of file NeutronHitsCollector.cc.
Referenced by NeutronHitsCollector(), and produce().