CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
InduceChargeFP420.h
Go to the documentation of this file.
1 #ifndef InduceChargeFP420_h
2 #define InduceChargeFP420_h
3 
5 //
6 //
8 //
9 //
10  public:
11 
13  virtual ~InduceChargeFP420() {}
14 //
15 //
16  IChargeFP420::hit_map_type induce(const CDrifterFP420::collection_type&, int numStrips, double localPitch, int numStripsW, double localPitchW, int xytype, int verbosity);
17 //
18 //
19  private:
20 
21  std::vector<float> signalCoupling;
22 
23  double clusterWidth;
25 };
26 
27 
28 #endif
const double w
Definition: UKUtility.cc:23
virtual ~InduceChargeFP420()
IChargeFP420::hit_map_type induce(const CDrifterFP420::collection_type &, int numStrips, double localPitch, int numStripsW, double localPitchW, int xytype, int verbosity)
std::vector< float > signalCoupling
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
InduceChargeFP420(double w, double g)
std::vector< AmplitudeSegmentFP420 > collection_type
Definition: CDrifterFP420.h:14
std::map< int, float, std::less< int > > hit_map_type
Definition: IChargeFP420.h:12