CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PedestalsAlgorithm.h
Go to the documentation of this file.
1 #ifndef DQM_SiStripCommissioningAnalysis_PedestalsAlgorithm_H
2 #define DQM_SiStripCommissioningAnalysis_PedestalsAlgorithm_H
3 
6 #include <vector>
7 
9 class TH1;
10 
17 
18  public:
19 
21 
22  virtual ~PedestalsAlgorithm() {;}
23 
24  inline const Histo& hPeds() const;
25 
26  inline const Histo& hNoise() const;
27 
28  private:
29 
31 
33  void extract( const std::vector<TH1*>& );
34 
36  void analyse();
37 
38  private:
39 
42 
45 
49 
50 };
51 
53 
55 
56 #endif // DQM_SiStripCommissioningAnalysis_PedestalsAlgorithm_H
std::pair< TH1 *, std::string > Histo
void extract(const std::vector< TH1 * > &)
Histogram-based analysis for pedestal run.
Histogram-based analysis for pedestal run.
const Histo & hPeds() const
const Histo & hNoise() const