CMS 3D CMS Logo

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 public:
20 
21  ~FedTimingAlgorithm() override { ; }
22 
23  inline const Histo& histo() const;
24 
25 private:
27 
28  void extract(const std::vector<TH1*>&) override;
29 
30  void analyse() override;
31 
32 private:
35 };
36 
38 
39 #endif // DQM_SiStripCommissioningAnalysis_FedTimingAlgorithm_H
const Histo & histo() const
void analyse() override
~FedTimingAlgorithm() override
Algorithm for timing run using APV tick marks.
Analysis for timing run using APV tick marks.
void extract(const std::vector< TH1 *> &) override
std::pair< TH1 *, std::string > Histo