CMS 3D CMS Logo

FedCablingAlgorithm.h
Go to the documentation of this file.
1 #ifndef DQM_SiStripCommissioningAnalysis_FedCablingAlgorithm_H
2 #define DQM_SiStripCommissioningAnalysis_FedCablingAlgorithm_H
3 
6 #include <vector>
7 
9 class TH1;
10 
17 
18  public:
19 
20  // ---------- Con(de)structors and typedefs ----------
21 
23 
24  ~FedCablingAlgorithm() override {;}
25 
27  inline const Histo& hFedId() const;
28 
30  inline const Histo& hFedCh() const;
31 
32  private:
33 
35 
37  void extract( const std::vector<TH1*>& ) override;
38 
40  void analyse() override;
41 
42  private:
43 
46 
49 
50 };
51 
54 
55 #endif // DQM_SiStripCommissioningAnalysis_FedCablingAlgorithm_H
56 
void extract(const std::vector< TH1 * > &) override
std::pair< TH1 *, std::string > Histo
Histogram-based analysis for connection loop.
const Histo & hFedCh() const
Histogram-based analysis for connection loop.
const Histo & hFedId() const