CbmRoot
CbmAnaDielectronStudyReportAll.h
Go to the documentation of this file.
1 #ifndef CBM_ANA_DIELECTRON_STUDY_REPORT_ALL
2 #define CBM_ANA_DIELECTRON_STUDY_REPORT_ALL
3 
4 #include "CbmStudyReport.h"
5 
12 public:
17 
22 
23 protected:
27  void Create();
28 
32  void Draw();
33 
37  void DrawBgMinv();
38 
42  void DrawSBgMinv();
43 };
44 
45 #endif
CbmStudyReport
Base class for study reports.
Definition: CbmStudyReport.h:26
CbmAnaDielectronStudyReportAll::~CbmAnaDielectronStudyReportAll
virtual ~CbmAnaDielectronStudyReportAll()
Destructor.
Definition: CbmAnaDielectronStudyReportAll.cxx:22
CbmAnaDielectronStudyReportAll::DrawBgMinv
void DrawBgMinv()
Draw Invariant mass of combinatorial BG.
Definition: CbmAnaDielectronStudyReportAll.cxx:38
CbmAnaDielectronStudyReportAll
Creates study report for LMVM analysis.
Definition: CbmAnaDielectronStudyReportAll.h:11
CbmAnaDielectronStudyReportAll::Draw
void Draw()
Inherited from CbmLitStudyReport.
Definition: CbmAnaDielectronStudyReportAll.cxx:32
CbmAnaDielectronStudyReportAll::CbmAnaDielectronStudyReportAll
CbmAnaDielectronStudyReportAll()
Constructor.
Definition: CbmAnaDielectronStudyReportAll.cxx:16
CbmAnaDielectronStudyReportAll::Create
void Create()
Inherited from CbmLitStudyReport.
Definition: CbmAnaDielectronStudyReportAll.cxx:24
CbmStudyReport.h
Base class for study reports.
CbmAnaDielectronStudyReportAll::DrawSBgMinv
void DrawSBgMinv()
Draw S/Bg ratio vs invariant mass.
Definition: CbmAnaDielectronStudyReportAll.cxx:57