CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FedTimingAlgorithm.h
Go to the documentation of this file.
1 #ifndef DQM_SiStripCommissioningAnalysis_FedTimingAlgorithm_H
2 #define DQM_SiStripCommissioningAnalysis_FedTimingAlgorithm_H
3 
6 #include <vector>
7 
9 class TH1;
10 
18 
19  public:
20 
22 
23  virtual ~FedTimingAlgorithm() {;}
24 
25  inline const Histo& histo() const;
26 
27  private:
28 
30 
31  void extract( const std::vector<TH1*>& );
32 
33  void analyse();
34 
35  private:
36 
39 
40 };
41 
43 
44 #endif // DQM_SiStripCommissioningAnalysis_FedTimingAlgorithm_H
45 
46 
47 
std::pair< TH1 *, std::string > Histo
void extract(const std::vector< TH1 * > &)
Algorithm for timing run using APV tick marks.
Analysis for timing run using APV tick marks.
const Histo & histo() const