CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual ~TT6NoiseCalculator();
18 
21  float stripNoise(int in) const {return theNoise[in];}
22  int nevents() const {return numberOfEvents;}
23 
24  void updateStatus();
25  void resetNoise() {theNoise.clear();}
27  void newEvent();
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
std::vector< float > PedestalType
Definition: ApvAnalysis.h:48
void setStripNoise(ApvAnalysis::PedestalType &in)
std::vector< double > theNoiseSum
std::vector< unsigned short > theEventPerStrip
ApvAnalysis::PedestalType stripCMPSubtractedSignal() const
void updateNoise(ApvAnalysis::PedestalType &in)
std::vector< double > theNoiseSqSum
float stripNoise(int in) const
ApvAnalysis::PedestalType theNoise
ApvAnalysis::PedestalType theCMPSubtractedSignal
ApvAnalysis::PedestalType noise() const