CbmRoot
CbmLitRadLengthQaReport.h
Go to the documentation of this file.
1 
7 #ifndef CBMLITRADLENGTHQAREPORT_H_
8 #define CBMLITRADLENGTHQAREPORT_H_
9 
10 #include "CbmSimulationReport.h"
11 #include <string>
12 #include <vector>
13 using std::string;
14 using std::vector;
15 class TH1;
16 
24 public:
29 
33  virtual ~CbmLitRadLengthQaReport();
34 
35 protected:
39  virtual void Create();
40 
44  virtual void Draw();
45 
49  void DrawDetector(const string& detName);
50 
54  void DrawDetectorStation(const string& detName);
55 
56  ClassDef(CbmLitRadLengthQaReport, 1)
57 };
58 
59 #endif /* CBMLITTRACKINGQAREPORT_H_ */
CbmLitRadLengthQaReport::Draw
virtual void Draw()
Inherited from CbmSimulationReport.
Definition: CbmLitRadLengthQaReport.cxx:29
CbmLitRadLengthQaReport::~CbmLitRadLengthQaReport
virtual ~CbmLitRadLengthQaReport()
Destructor.
Definition: CbmLitRadLengthQaReport.cxx:17
CbmLitRadLengthQaReport::Create
virtual void Create()
Inherited from CbmSimulationReport.
Definition: CbmLitRadLengthQaReport.cxx:19
CbmLitRadLengthQaReport::CbmLitRadLengthQaReport
CbmLitRadLengthQaReport()
Constructor.
Definition: CbmLitRadLengthQaReport.cxx:13
CbmLitRadLengthQaReport::DrawDetectorStation
void DrawDetectorStation(const string &detName)
Definition: CbmLitRadLengthQaReport.cxx:101
CbmLitRadLengthQaReport::DrawDetector
void DrawDetector(const string &detName)
Definition: CbmLitRadLengthQaReport.cxx:45
CbmSimulationReport.h
Base class for simulation reports.
CbmSimulationReport
Base class for simulation reports.
Definition: CbmSimulationReport.h:28
CbmLitRadLengthQaReport
Create report for radiation length QA.
Definition: CbmLitRadLengthQaReport.h:23