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 public:
19 
20  ~NoiseAlgorithm() override { ; }
21 
22  inline const Histo& hPeds() const;
23 
24  inline const Histo& hNoise() const;
25 
26 private:
28 
30  void extract(const std::vector<TH1*>&) override;
31 
33  void analyse() override;
34 
35  // ---------- private member data ----------
36 
37 private:
40 
43 };
44 
46 
48 
49 #endif // DQM_SiStripCommissioningAnalysis_NoiseAlgorithm_H
const Histo & hNoise() const
Histogram-based analysis for pedestal run.
const Histo & hPeds() const
std::pair< TH1 *, std::string > Histo
~NoiseAlgorithm() override
Histogram-based analysis for pedestal run.
Definition: NoiseAnalysis.h:15
void extract(const std::vector< TH1 *> &) override
void analyse() override