1 #ifndef SimMuon_GEMDigitizer_GEMDigiModel_h
2 #define SimMuon_GEMDigitizer_GEMDigiModel_h
25 class HepRandomEngine;
49 virtual std::vector<std::pair<int,int> >
54 virtual void setup() = 0;
68 void addLinks(
unsigned int strip,
int bx);
72 typedef std::multimap<
73 std::pair<unsigned int, int>,
75 std::less<std::pair<unsigned int, int> >
const GEMDigiSimLinks & gemDigiSimLinks() const
void setGeometry(const GEMGeometry *geom)
edm::DetSet< GEMDigiSimLink > GEMDigiSimLinks
const GEMGeometry * getGeometry()
virtual void simulateNoise(const GEMEtaPartition *, CLHEP::HepRandomEngine *engine)=0
virtual void simulateSignal(const GEMEtaPartition *, const edm::PSimHitContainer &, CLHEP::HepRandomEngine *engine)=0
GEMDigiSimLinks theGemDigiSimLinks_
const StripDigiSimLinks & stripDigiSimLinks() const
void addLinks(unsigned int strip, int bx)
creates links from Digi to SimTrack
GEMDigiModel(const edm::ParameterSet &)
virtual std::vector< std::pair< int, int > > simulateClustering(const GEMEtaPartition *, const PSimHit *, const int, CLHEP::HepRandomEngine *engine)=0
const GEMGeometry * geometry_
std::set< std::pair< int, int > > strips_
void fillDigis(int rollDetId, GEMDigiCollection &)
DetectorHitMap detectorHitMap_
std::vector< PSimHit > PSimHitContainer
StripDigiSimLinks stripDigiSimLinks_
void addLinksWithPartId(unsigned int strip, int bx)
std::multimap< std::pair< unsigned int, int >, const PSimHit *, std::less< std::pair< unsigned int, int > > > DetectorHitMap
edm::DetSet< StripDigiSimLink > StripDigiSimLinks