BmnRoot
Loading...
Searching...
No Matches
BmnTrackingQaExpReport.h
Go to the documentation of this file.
1#ifndef BMNTRACKINGQAEXPREPORT_H_
2#define BMNTRACKINGQAEXPREPORT_H_
3
4#include "BmnSimulationReport.h"
5// #include "BmnDrawOnline.h"
6class TH1;
7
16{
17 public:
22
27
32
36 virtual void Draw();
37
38 protected:
39 private:
40 ClassDef(BmnTrackingQaExpReport, 1)
41};
42
43#endif /* BMNTRACKINGQAEXPREPORT_H_ */
Base class for simulation reports.
Create report for tracking QA.
BmnTrackingQaExpReport()
Constructor.
BmnTrackingQaExpReport(TString name)
Constructor with parameters.
virtual void Draw()
Inherited from BmnSimulationReport.
virtual ~BmnTrackingQaExpReport()
Destructor.