CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual ~FedCablingAlgorithm() {;}
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*>& );
38 
40  void analyse();
41 
42  private:
43 
46 
49 
50 };
51 
54 
55 #endif // DQM_SiStripCommissioningAnalysis_FedCablingAlgorithm_H
56 
std::pair< TH1 *, std::string > Histo
Histogram-based analysis for connection loop.
tuple pset
Definition: CrabTask.py:85
const Histo & hFedCh() const
void extract(const std::vector< TH1 * > &)
Histogram-based analysis for connection loop.
const Histo & hFedId() const