CMS 3D CMS Logo

GEMDigiModel.h
Go to the documentation of this file.
1 #ifndef SimMuon_GEMDigitizer_GEMDigiModel_h
2 #define SimMuon_GEMDigitizer_GEMDigiModel_h
3 
21 
22 #include <map>
23 #include <set>
24 
25 namespace CLHEP {
26  class HepRandomEngine;
27 }
28 
29 class PSimHit;
30 class GEMEtaPartition;
32 
33 typedef std::set<std::pair<int, int> > Strips;
34 typedef std::multimap<std::pair<unsigned int, int>, const PSimHit *, std::less<std::pair<unsigned int, int> > >
36 
37 class GEMDigiModel {
38 public:
39  virtual ~GEMDigiModel() {}
40 
41  virtual void simulate(
42  const GEMEtaPartition *, const edm::PSimHitContainer &, CLHEP::HepRandomEngine *, Strips &, DetectorHitMap &) = 0;
43 
45 
46 protected:
49 };
50 #endif
GEMDigiModel::simulate
virtual void simulate(const GEMEtaPartition *, const edm::PSimHitContainer &, CLHEP::HepRandomEngine *, Strips &, DetectorHitMap &)=0
PSimHitContainer.h
GEMEtaPartition
Definition: GEMEtaPartition.h:12
GEMDigiModel
Definition: GEMDigiModel.h:37
MixCollection.h
relativeConstraints.geom
geom
Definition: relativeConstraints.py:72
Strips
std::set< std::pair< int, int > > Strips
Definition: GEMDigiModel.h:31
DetectorHitMap
std::multimap< std::pair< unsigned int, int >, const PSimHit *, std::less< std::pair< unsigned int, int > > > DetectorHitMap
Definition: GEMDigiModel.h:35
CLHEP
Definition: CocoaGlobals.h:27
GEMDigiModel::~GEMDigiModel
virtual ~GEMDigiModel()
Definition: GEMDigiModel.h:39
edm::ParameterSet
Definition: ParameterSet.h:47
GEMDigiModel::GEMDigiModel
GEMDigiModel(const edm::ParameterSet &)
Definition: GEMDigiModel.h:48
EventSetup.h
GEMDigiCollection.h
GEMDigiModel::geometry_
const GEMGeometry * geometry_
Definition: GEMDigiModel.h:47
GEMGeometry
Definition: GEMGeometry.h:24
DetSet.h
edm::PSimHitContainer
std::vector< PSimHit > PSimHitContainer
Definition: PSimHitContainer.h:11
ParameterSet.h
PSimHit
Definition: PSimHit.h:15
GEMDigiModel::setGeometry
void setGeometry(const GEMGeometry *geom)
Definition: GEMDigiModel.h:44