24 CLHEP::HepRandomEngine* engine)
30 std::map<int, edm::PSimHitContainer> hitMap;
32 hitItr != simHits.
end(); ++hitItr)
34 hitMap[hitItr->detUnitId()].push_back(*hitItr);
39 <<
"IRPCDigitizer requires the RPCGeometry \n which is not present in the configuration file. You must add the service\n in the configuration file or remove the modules that require it.";
44 for(
auto r = rpcRolls.begin();
45 r != rpcRolls.end();
r++){
59 theRPCSim->fillDigis((*r)->id(),rpcDigis);
67 return dynamic_cast<const RPCRoll *
>(detUnit);
T getParameter(std::string const &) const
const GeomDet * idToDetUnit(DetId) const override
Return the pointer to the GeomDetUnit corresponding to a given DetId.
const std::vector< const RPCRoll * > & rolls() const
Return a vector of all RPC rolls.
void doAction(MixCollection< PSimHit > &simHits, RPCDigiCollection &rpcDigis, RPCDigiSimLinks &rpcDigiSimLink, CLHEP::HepRandomEngine *)
const RPCGeometry * theGeometry
IRPCDigitizer(const edm::ParameterSet &config)
void insert(detset const &s)
Insert the given DetSet.
RPCSimSetUp * theSimSetUp
std::vector< PSimHit > PSimHitContainer
std::unique_ptr< RPCSim > theRPCSim
T get(const Candidate &c)
const RPCRoll * findDet(int detId) const
finds the rpc det unit in the geometry associated with this det ID