test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VpspScanAlgorithm.h
Go to the documentation of this file.
1 #ifndef DQM_SiStripCommissioningAnalysis_VpspScanAlgorithm_H
2 #define DQM_SiStripCommissioningAnalysis_VpspScanAlgorithm_H
3 
6 #include <vector>
7 
8 class VpspScanAnalysis;
9 class TH1;
10 
17 
18  public:
19 
21 
22  virtual ~VpspScanAlgorithm() {;}
23 
25  const Histo& histo( const uint16_t& apv ) const;
26 
27  private:
28 
30 
32  void extract( const std::vector<TH1*>& );
33 
35  void analyse();
36 
37  private:
38 
40  std::vector<Histo> histos_;
41 
42 };
43 
44 #endif // DQM_SiStripCommissioningAnalysis_VpspScanAlgorithm_H
45 
const Histo & histo(const uint16_t &apv) const
std::vector< Histo > histos_
std::pair< TH1 *, std::string > Histo
void extract(const std::vector< TH1 * > &)
virtual ~VpspScanAlgorithm()
Histogram-based analysis for VPSP scan.
Histogram-based analysis for VPSP scan.