CMS 3D CMS Logo

TT6NoiseCalculator.h
Go to the documentation of this file.
1 #ifndef ApvAnalysis_TT6NoiseCalculator_H
2 #define ApvAnalysis_TT6NoiseCalculator_H
3 
10 
11 public:
12 
13  // Use the constructor without arguments, since the other will soon
14  // be obsolete.
16  TT6NoiseCalculator(int evnt_ini,int evnt_iter,float sig_cut);
17  ~TT6NoiseCalculator() override;
18 
20  ApvAnalysis::PedestalType noise() const override {return theNoise;}
21  float stripNoise(int in) const override {return theNoise[in];}
22  int nevents() const {return numberOfEvents;}
23 
24  void updateStatus() override;
25  void resetNoise() override {theNoise.clear();}
27  void newEvent() override;
28 
30  {return theCMPSubtractedSignal;}
31 
32 protected:
33  void init();
34 
35 protected:
38  std::vector<double> theNoiseSum,theNoiseSqSum;
39  std::vector<unsigned short> theEventPerStrip;
42 
46 };
47 #endif
void updateNoise(ApvAnalysis::PedestalType &in) override
std::vector< float > PedestalType
Definition: ApvAnalysis.h:48
~TT6NoiseCalculator() override
std::vector< double > theNoiseSum
std::vector< unsigned short > theEventPerStrip
ApvAnalysis::PedestalType noise() const override
ApvAnalysis::PedestalType stripCMPSubtractedSignal() const
void setStripNoise(ApvAnalysis::PedestalType &in) override
std::vector< double > theNoiseSqSum
float stripNoise(int in) const override
void newEvent() override
void resetNoise() override
ApvAnalysis::PedestalType theNoise
ApvAnalysis::PedestalType theCMPSubtractedSignal
void updateStatus() override