CMS 3D CMS Logo

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 public:
19 
20  ~PedestalsAlgorithm() 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:
38 
41 
45 };
46 
48 
50 
51 #endif // DQM_SiStripCommissioningAnalysis_PedestalsAlgorithm_H
const Histo & hNoise() const
void analyse() override
const Histo & hPeds() const
~PedestalsAlgorithm() override
Histogram-based analysis for pedestal run.
std::pair< TH1 *, std::string > Histo
void extract(const std::vector< TH1 *> &) override
Histogram-based analysis for pedestal run.