CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
20  NoiseAlgorithm( const edm::ParameterSet & pset, NoiseAnalysis* const );
21 
22  virtual ~NoiseAlgorithm() {;}
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 member data ----------
39 
40  private:
41 
44 
47 
48 };
49 
51 
53 
54 #endif // DQM_SiStripCommissioningAnalysis_NoiseAlgorithm_H
virtual ~NoiseAlgorithm()
const Histo & hPeds() const
Histogram-based analysis for pedestal run.
std::pair< TH1 *, std::string > Histo
void extract(const std::vector< TH1 * > &)
const Histo & hNoise() const
Histogram-based analysis for pedestal run.
Definition: NoiseAnalysis.h:15