CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCNeutronReader.h
Go to the documentation of this file.
1 #ifndef SimMuon_CSCDigitizer_CSCNeutronReader_h
2 #define SimMuon_CSCDigitizer_CSCNeutronReader_h
3 
5 
7 {
8 public:
10  : SubsystemNeutronReader(pset) {}
11  virtual ~CSCNeutronReader() {}
12 
13  void addHits(std::map<int, edm::PSimHitContainer> & hitMap);
14 
15  virtual int detId(int chamberIndex, int localDetId );
16 
17  int localDetId(int globalDetId) const;
18 
19  int chamberType(int globalDetId) const;
20 
21  int chamberId(int globalDetId) const;
22 
23 
24 };
25 
26 #endif
27 
int localDetId(int globalDetId) const
int chamberId(int globalDetId) const
int chamberType(int globalDetId) const
virtual ~CSCNeutronReader()
CSCNeutronReader(const edm::ParameterSet &pset)
void addHits(std::map< int, edm::PSimHitContainer > &hitMap)
virtual int detId(int chamberIndex, int localDetId)