CMS 3D CMS Logo

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  ~VpspScanAlgorithm() override {;}
23 
25  const Histo& histo( const uint16_t& apv ) const;
26 
27  private:
28 
30 
32  void extract( const std::vector<TH1*>& ) override;
33 
35  void analyse() override;
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 analyse() override
~VpspScanAlgorithm() override
Histogram-based analysis for VPSP scan.
void extract(const std::vector< TH1 * > &) override
Histogram-based analysis for VPSP scan.