CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IChargeFP420.h
Go to the documentation of this file.
1 #ifndef IChargeFP420_h
2 #define IChargeFP420_h
3 
5 
6 #include<map>
7 
8 // induce signal on electrods
10  public:
11 
12  typedef std::map<int, float, std::less<int> > hit_map_type;
13 
14 
15  virtual ~IChargeFP420() { }
16  virtual hit_map_type induce(CDrifterFP420::collection_type, int, double, int, double, int, int) = 0 ;
17 };
18 #endif
virtual hit_map_type induce(CDrifterFP420::collection_type, int, double, int, double, int, int)=0
std::vector< AmplitudeSegmentFP420 > collection_type
Definition: CDrifterFP420.h:14
std::map< int, float, std::less< int > > hit_map_type
Definition: IChargeFP420.h:12
virtual ~IChargeFP420()
Definition: IChargeFP420.h:15