CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiDigitalConverter.h
Go to the documentation of this file.
1 #ifndef Tracker_SiDigitalConverter_H
2 #define Tracker_SiDigitalConverter_H
3 
13  public:
14  typedef std::vector<SiStripDigi> DigitalVecType;
15  typedef std::vector<SiStripRawDigi> DigitalRawVecType;
16 
17  virtual ~SiDigitalConverter() { }
18  virtual DigitalVecType convert(const std::vector<double> &, edm::ESHandle<SiStripGain>& ,unsigned int detid) = 0;
19  virtual DigitalRawVecType convertRaw(const std::vector<double> &, edm::ESHandle<SiStripGain>& ,unsigned int detid) = 0;
20 };
21 
22 #endif
virtual DigitalRawVecType convertRaw(const std::vector< double > &, edm::ESHandle< SiStripGain > &, unsigned int detid)=0
std::vector< SiStripDigi > DigitalVecType
virtual DigitalVecType convert(const std::vector< double > &, edm::ESHandle< SiStripGain > &, unsigned int detid)=0
std::vector< SiStripRawDigi > DigitalRawVecType