CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FastFedCablingAlgorithm.h
Go to the documentation of this file.
1 #ifndef DQM_SiStripCommissioningAnalysis_FastFedCablingAlgorithm_H
2 #define DQM_SiStripCommissioningAnalysis_FastFedCablingAlgorithm_H
3 
6 #include <vector>
7 
9 class TH1;
10 
17 
18  public:
19 
21 
23 
25  inline const Histo& histo() const;
26 
27  private:
28 
31 
33  void extract( const std::vector<TH1*>& );
34 
36  void analyse();
37 
38  private:
39 
42 
43 };
44 
45 // ---------- Inline methods ----------
46 
48 
49 #endif // DQM_SiStripCommissioningAnalysis_FastFedCablingAlgorithm_H
50 
51 
std::pair< TH1 *, std::string > Histo
const Histo & histo() const
void extract(const std::vector< TH1 * > &)
Histogram-based analysis for connection loop.
Histogram-based analysis for connection loop.