23 CLHEP::HepRandomEngine* engine)
29 std::map<int, edm::PSimHitContainer> hitMap;
31 hitItr != simHits.
end(); ++hitItr)
33 hitMap[hitItr->detUnitId()].push_back(*hitItr);
38 <<
"RPCDigitizer 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.";
43 for(
auto r = rpcRolls.begin();
44 r != rpcRolls.end();
r++){
50 if(!((*r)->isIRPC())){
58 theRPCSim->fillDigis((*r)->id(),rpcDigis);
66 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.
RPCDigitizer(const edm::ParameterSet &config)
RPCSimSetUp * theSimSetUp
std::unique_ptr< RPCSim > theRPCSim
void doAction(MixCollection< PSimHit > &simHits, RPCDigiCollection &rpcDigis, RPCDigiSimLinks &rpcDigiSimLink, CLHEP::HepRandomEngine *)
const RPCGeometry * theGeometry
void insert(detset const &s)
Insert the given DetSet.
const RPCRoll * findDet(int detId) const
finds the rpc det unit in the geometry associated with this det ID
std::vector< PSimHit > PSimHitContainer
T get(const Candidate &c)