CMS 3D CMS Logo

CSCConfigurableStripConditions.h
Go to the documentation of this file.
1 #ifndef CSCDigitizer_CSCConfigurableStripConditions_h
2 #define CSCDigitizer_CSCConfigurableStripConditions_h
3 
7 
9 {
10 public:
13 
15  float gain(const CSCDetId & detId, int channel) const override;
16  float gainSigma(const CSCDetId & detId, int channel) const override {return theGainSigma;}
17 
19  float pedestal(const CSCDetId & detId, int channel) const override {return thePedestal;}
20  float pedestalSigma(const CSCDetId & detId, int channel) const override {return thePedestalSigma;}
21 
22  void crosstalk(const CSCDetId&detId, int channel,
23  double stripLength, bool leftRight,
24  float & capacitive, float & resistive) const override;
25 
26 private:
27  void fetchNoisifier(const CSCDetId & detId, int istrip) override;
28  void makeNoisifier(int chamberType, const std::vector<double> & correlations);
29  std::vector<CSCCorrelatedNoisifier *> theNoisifiers;
30 
31  float theGain;
32  float theME11Gain;
33  float theGainSigma;
34  float thePedestal;
36  // proportional to slope of neighboring signal, per cm of strip length
38  // proportional to neighboring signal
40 };
41 
42 #endif
43 
44 
float pedestal(const CSCDetId &detId, int channel) const override
in ADC counts
float gain(const CSCDetId &detId, int channel) const override
channels count from 1
void fetchNoisifier(const CSCDetId &detId, int istrip) override
CSCConfigurableStripConditions(const edm::ParameterSet &p)
void makeNoisifier(int chamberType, const std::vector< double > &correlations)
std::vector< CSCCorrelatedNoisifier * > theNoisifiers
void crosstalk(const CSCDetId &detId, int channel, double stripLength, bool leftRight, float &capacitive, float &resistive) const override
float gainSigma(const CSCDetId &detId, int channel) const override
float pedestalSigma(const CSCDetId &detId, int channel) const override