CMS 3D CMS Logo

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  InduceChargeFP420(double w, double g) {
12  clusterWidth = w;
13  geVperElectron = g;
14  }
15  ~InduceChargeFP420() override {}
16  //
17  //
19  int numStrips,
20  double localPitch,
21  int numStripsW,
22  double localPitchW,
23  int xytype,
24  int verbosity) override;
25  //
26  //
27 private:
28  std::vector<float> signalCoupling;
29 
30  double clusterWidth;
32 };
33 
34 #endif
HIPAlignmentAlgorithm_cfi.verbosity
verbosity
Definition: HIPAlignmentAlgorithm_cfi.py:7
InduceChargeFP420::signalCoupling
std::vector< float > signalCoupling
Definition: InduceChargeFP420.h:28
InduceChargeFP420::geVperElectron
double geVperElectron
Definition: InduceChargeFP420.h:31
InduceChargeFP420
Definition: InduceChargeFP420.h:7
CDrifterFP420::collection_type
std::vector< AmplitudeSegmentFP420 > collection_type
Definition: CDrifterFP420.h:13
InduceChargeFP420::clusterWidth
double clusterWidth
Definition: InduceChargeFP420.h:30
IChargeFP420::hit_map_type
std::map< int, float, std::less< int > > hit_map_type
Definition: IChargeFP420.h:11
w
const double w
Definition: UKUtility.cc:23
InduceChargeFP420::InduceChargeFP420
InduceChargeFP420(double w, double g)
Definition: InduceChargeFP420.h:11
InduceChargeFP420::~InduceChargeFP420
~InduceChargeFP420() override
Definition: InduceChargeFP420.h:15
IChargeFP420.h
InduceChargeFP420::induce
IChargeFP420::hit_map_type induce(const CDrifterFP420::collection_type &, int numStrips, double localPitch, int numStripsW, double localPitchW, int xytype, int verbosity) override
Definition: InduceChargeFP420.cc:16
g
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
IChargeFP420
Definition: IChargeFP420.h:9