CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MedianCommonModeCalculator.h
Go to the documentation of this file.
1 #ifndef Tracker_MedianCommonModeCalculator_h
2 #define Tracker_MedianCommonModeCalculator_h
3 
12 public:
13 
15 
17 
19 
21  void setCM(const std::vector<float>& in) {theTkCommonMode->setCommonMode(in);}
23 
24  void newEvent();
25  float getCMSlope() { return slope;}
26 
27 protected:
28 
30 
32  std::vector<float> theCommonModeValues;
34  float slope;
35 
39 
40 };
41 #endif
42 
43 
44 
45 
std::vector< float > PedestalType
Definition: ApvAnalysis.h:48
void calculateCommonMode(ApvAnalysis::PedestalType &)
ApvAnalysis::PedestalType doIt(const ApvAnalysis::PedestalType &)
void setCM(const std::vector< float > &in)
std::vector< float > theCommonModeValues
void setCommonMode(const std::vector< float > &in)
Definition: TkCommonMode.h:21