![]() |
![]() |
00001 #ifndef InduceChargeFP420_h 00002 #define InduceChargeFP420_h 00003 00004 #include "SimRomanPot/SimFP420/interface/IChargeFP420.h" 00005 // 00006 // 00007 class InduceChargeFP420: public IChargeFP420{ 00008 // 00009 // 00010 public: 00011 00012 InduceChargeFP420(double w,double g){clusterWidth=w; geVperElectron = g;} 00013 virtual ~InduceChargeFP420() {} 00014 // 00015 // 00016 IChargeFP420::hit_map_type induce(CDrifterFP420::collection_type, int, double, int, double, int); 00017 00018 // 00019 // 00020 private: 00021 00022 vector<float> signalCoupling; 00023 00024 double clusterWidth; 00025 double geVperElectron; 00026 }; 00027 00028 00029 #endif