#include <RPCNeutronWriter.h>
Public Member Functions | |
RPCNeutronWriter (edm::ParameterSet const &pset) | |
~RPCNeutronWriter () override | |
Public Member Functions inherited from SubsystemNeutronWriter | |
void | initialize (int chamberType) |
good practice to do once for each chamber type More... | |
void | printStats () |
void | produce (edm::Event &e, edm::EventSetup const &c) override |
SubsystemNeutronWriter (edm::ParameterSet const &pset) | |
~SubsystemNeutronWriter () override | |
destructor prints statistics on number of events written More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Protected Member Functions | |
bool | accept (const edm::PSimHitContainer &cluster) const override |
decides whether this cluster is good enough to be included More... | |
int | chamberId (int globalDetId) const override |
int | chamberType (int globalDetId) const override |
int | localDetId (int globalDetId) const override |
Protected Member Functions inherited from SubsystemNeutronWriter | |
void | adjust (PSimHit &h, float timeOffset, float smearing) |
helper to add time offsets and local det ID More... | |
void | updateCount (int chamberType) |
updates the counter More... | |
void | writeCluster (int chamberType, const edm::PSimHitContainer &cluster) |
virtual void | writeHits (int chamberType, edm::PSimHitContainer &chamberHits, CLHEP::HepRandomEngine *) |
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 |
Writes out the database of neutron patterns for the CSCs
Definition at line 13 of file RPCNeutronWriter.h.
|
explicit |
Definition at line 4 of file RPCNeutronWriter.cc.
|
override |
Definition at line 10 of file RPCNeutronWriter.cc.
|
inlineoverrideprotectedvirtual |
decides whether this cluster is good enough to be included
Implements SubsystemNeutronWriter.
Definition at line 27 of file RPCNeutronWriter.h.
Referenced by Vispa.Gui.BoxContentDialog.BoxContentDialog::apply(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::apply(), and esMonitoring.FDJsonServer::handle_accept().
|
overrideprotectedvirtual |
Implements SubsystemNeutronWriter.
Definition at line 26 of file RPCNeutronWriter.cc.
References RPCDetId::chamberId(), and DetId::rawId().
|
overrideprotectedvirtual |
Implements SubsystemNeutronWriter.
Definition at line 20 of file RPCNeutronWriter.cc.
|
overrideprotectedvirtual |
Implements SubsystemNeutronWriter.
Definition at line 14 of file RPCNeutronWriter.cc.
References RPCDetId::layer().