CMS 3D CMS Logo

NoiseAlgorithm.h
Go to the documentation of this file.
1 #ifndef DQM_SiStripCommissioningAnalysis_NoiseAlgorithm_H
2 #define DQM_SiStripCommissioningAnalysis_NoiseAlgorithm_H
3 
6 #include <vector>
7 
8 class NoiseAnalysis;
9 class TH1;
10 
17 
18  public:
19 
21 
22  ~NoiseAlgorithm() override {;}
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*>& ) override;
34 
36  void analyse() override;
37 
38  // ---------- private member data ----------
39 
40  private:
41 
44 
47 
48 };
49 
51 
53 
54 #endif // DQM_SiStripCommissioningAnalysis_NoiseAlgorithm_H
const Histo & hPeds() const
Histogram-based analysis for pedestal run.
std::pair< TH1 *, std::string > Histo
void extract(const std::vector< TH1 * > &) override
const Histo & hNoise() const
~NoiseAlgorithm() override
Histogram-based analysis for pedestal run.
Definition: NoiseAnalysis.h:15
void analyse() override