CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiChargeCollectionDrifter.h
Go to the documentation of this file.
1 #ifndef Tracker_SiChargeCollectionDrifter_H
2 #define Tracker_SiChargeCollectionDrifter_H
3 
7 
8 #include<vector>
13  public:
14  typedef std::vector <SignalPoint> collection_type;
15  typedef std::vector <EnergyDepositUnit> ionization_type;
16 
18  virtual collection_type drift (const ionization_type, const LocalVector&,double,double) = 0;
19 };
20 
21 #endif
22 
std::vector< SignalPoint > collection_type
std::vector< EnergyDepositUnit > ionization_type
virtual collection_type drift(const ionization_type, const LocalVector &, double, double)=0