BmnRoot
Loading...
Searching...
No Matches
CbmStsDigitizeQaReport.h
Go to the documentation of this file.
1#ifndef CBMSTSDIGITIZEQAREPORT_H_
2#define CBMSTSDIGITIZEQAREPORT_H_
3
4#include "CbmSimulationReport.h"
5
6class CbmStsSetup;
7class CbmStsDigitizeParameters;
8
9class CbmStsDigitizeQaReport : public CbmSimulationReport
10{
11 public:
12 CbmStsDigitizeQaReport(CbmStsSetup * setup, CbmStsDigitizeParameters * digipar);
14
15
16 private:
17 CbmStsSetup * fSetup;
18 CbmStsDigitizeParameters * fDigiPar;
19 virtual void Create();
20 virtual void Draw();
21 void DrawNofObjectsHistograms();
22 void DrawLogHistograms();
23 void DrawHistograms();
24 void Draw2dHistograms();
25 void ScaleHistograms();
26
28 CbmStsDigitizeQaReport& operator=(const CbmStsDigitizeQaReport&) = delete;
29
30 ClassDef(CbmStsDigitizeQaReport, 1)
31};
32
33#endif
Class representing the top level of the STS setup.
Definition CbmStsSetup.h:25
Definition setup.py:1