9 #include "CLHEP/Random/RandFlat.h" 10 #include "CLHEP/Random/RandPoissonQ.h" 37 CLHEP::HepRandomEngine* engine)
45 for (edm::PSimHitContainer::const_iterator _hit = rpcHits.begin();
46 _hit != rpcHits.end(); ++_hit){
54 std::pair<int, int> digi(topology.channel(entr)+1,
64 CLHEP::HepRandomEngine* engine)
78 area = striplength*(xmax-
xmin);
86 area = striplength*(xmax-
xmin);
91 CLHEP::RandPoissonQ randPoissonQ(*engine, ave);
92 N_hits = randPoissonQ.fire();
95 int strip =
static_cast<int>(CLHEP::RandFlat::shoot(engine, 1, nstrips));
97 time_hit = (
static_cast<int>(CLHEP::RandFlat::shoot(engine, (
nbxing*
gate)/gate))) -
nbxing/2;
98 std::pair<int, int> digi(strip,time_hit);
T getParameter(std::string const &) const
const Topology & topology() const override
LocalPoint localPosition(float strip) const override
CaloTopology const * topology(0)
void simulateNoise(const RPCRoll *, CLHEP::HepRandomEngine *) override
RPCSynchronizer * _rpcSync
DetectorHitMap theDetectorHitMap
void setRPCSimSetUp(RPCSimSetUp *simsetup)
constexpr uint32_t rawId() const
get the raw id
LocalPoint localPosition(float strip) const override
RPCSimSetUp * getRPCSimSetUp()
const RPCRollSpecs * specs() const
const Topology & topology() const override
int getSimHitBx(const PSimHit *, CLHEP::HepRandomEngine *)
std::set< std::pair< int, int > > strips
edm::DetSet< RPCDigiSimLink > RPCDigiSimLinks
Container::value_type value_type
RPCSimSimple(const edm::ParameterSet &config)
float stripLength() const override
det heigth (strip length in the middle)
void simulate(const RPCRoll *roll, const edm::PSimHitContainer &rpcHits, CLHEP::HepRandomEngine *) override
std::vector< PSimHit > PSimHitContainer
RPCDigiSimLinks theRpcDigiSimLinks
int region() const
Region id: 0 for Barrel, +/-1 For +/- Endcap.
float stripLength() const override