#include <RPCSimTriv.h>
Public Member Functions | |
RPCSimTriv (const edm::ParameterSet &config) | |
void | simulate (const RPCRoll *roll, const edm::PSimHitContainer &rpcHits, CLHEP::HepRandomEngine *) override |
void | simulateNoise (const RPCRoll *, CLHEP::HepRandomEngine *) override |
~RPCSimTriv () override | |
Public Member Functions inherited from RPCSim | |
const DigiSimLinks & | digiSimLinks () const |
virtual void | fillDigis (int rollDetId, RPCDigiCollection &digis) |
RPCSimSetUp * | getRPCSimSetUp () |
const RPCDigiSimLinks & | rpcDigiSimLinks () const |
void | setRPCSimSetUp (RPCSimSetUp *setup) |
virtual | ~RPCSim () |
Private Member Functions | |
void | init () override |
Private Attributes | |
RPCSynchronizer * | _rpcSync |
double | gate |
int | N_hits |
int | nbxing |
double | rate |
Additional Inherited Members | |
Public Types inherited from RPCSim | |
typedef edm::DetSet< StripDigiSimLink > | DigiSimLinks |
typedef edm::DetSet< RPCDigiSimLink > | RPCDigiSimLinks |
Protected Types inherited from RPCSim | |
typedef std::multimap< std::pair< unsigned int, int >, const PSimHit *, std::less< std::pair< unsigned int, int > > > | DetectorHitMap |
Protected Member Functions inherited from RPCSim | |
virtual void | addLinks (unsigned int strip, int bx) |
RPCSim (const edm::ParameterSet &config) | |
Protected Attributes inherited from RPCSim | |
std::set< RPCDigi > | irpc_digis |
std::set< std::pair< int, int > > | strips |
DetectorHitMap | theDetectorHitMap |
DigiSimLinks | theDigiSimLinks |
RPCDigiSimLinks | theRpcDigiSimLinks |
RPCSimSetUp * | theSimSetUp |
Class for the RPC strip response simulation based on a very simple model
Definition at line 19 of file RPCSimTriv.h.
RPCSimTriv::RPCSimTriv | ( | const edm::ParameterSet & | config | ) |
Definition at line 13 of file RPCSimTriv.cc.
References _rpcSync, gate, edm::ParameterSet::getParameter(), nbxing, and rate.
|
override |
|
inlineoverrideprivatevirtual |
|
overridevirtual |
Implements RPCSim.
Definition at line 27 of file RPCSimTriv.cc.
References edm::DetSet< T >::clear(), RPCRoll::id(), DetId::rawId(), RPCRoll::specs(), RPCSim::strips, RPCSim::theDetectorHitMap, RPCSim::theRpcDigiSimLinks, RPCRollSpecs::topology(), and ecaldqm::topology().
|
overridevirtual |
Implements RPCSim.
Definition at line 58 of file RPCSimTriv.cc.
|
private |
Definition at line 33 of file RPCSimTriv.h.
Referenced by RPCSimTriv(), and ~RPCSimTriv().
|
private |
Definition at line 40 of file RPCSimTriv.h.
Referenced by RPCSimTriv().
|
private |
Definition at line 37 of file RPCSimTriv.h.
|
private |
Definition at line 38 of file RPCSimTriv.h.
Referenced by RPCSimTriv().
|
private |
Definition at line 39 of file RPCSimTriv.h.
Referenced by RPCSimTriv().