CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ApvLatencyAlgorithm.h
Go to the documentation of this file.
1 #ifndef DQM_SiStripCommissioningAnalysis_ApvLatencyAlgorithm_H
2 #define DQM_SiStripCommissioningAnalysis_ApvLatencyAlgorithm_H
3 
6 #include <vector>
7 
9 class TH1;
10 
17 
18  public:
19 
21 
22  virtual ~ApvLatencyAlgorithm() {;}
23 
24  inline const Histo& histo() const;
25 
26  private:
27 
29 
30  void extract( const std::vector<TH1*>& );
31 
32  void analyse();
33 
34  private:
35 
38 
39 };
40 
42 
43 #endif // DQM_SiStripCommissioningAnalysis_ApvLatencyAlgorithm_H
44 
const Histo & histo() const
std::pair< TH1 *, std::string > Histo
void extract(const std::vector< TH1 * > &)
Analysis for APV latency scan.
Algorithm for APV latency scan.