CbmRoot
CbmKresGammaCorrection.h
Go to the documentation of this file.
1
#ifndef CBM_KRES_GAMMA_CORRECTION
2
#define CBM_KRES_GAMMA_CORRECTION
3
4
#include "TH2D.h"
5
#include <TClonesArray.h>
6
7
using namespace
std;
8
9
class
CbmKresGammaCorrection
{
10
11
public
:
12
//***** brief Standard constructor.
13
CbmKresGammaCorrection
();
14
//***** brief Standard destructor.
15
virtual
~
CbmKresGammaCorrection
();
16
17
18
void
Init(std::vector<std::vector<double>>& vect_all,
19
std::vector<std::vector<double>>& vect_two,
20
std::vector<std::vector<double>>& vect_onetwo,
21
double
OA,
22
double
IM);
23
void
Finish();
24
void
InitHistograms();
25
26
27
private
:
28
vector<TH1*>
fHistoList_factors
;
29
TH2D*
Correction_factros_all
;
30
TH2D*
Correction_factros_two
;
31
TH2D*
Correction_factros_onetwo
;
32
33
34
//***** brief Copy constructor.
35
CbmKresGammaCorrection
(
const
CbmKresGammaCorrection
&);
36
37
//***** brief Assignment operator.
38
CbmKresGammaCorrection
operator=
(
const
CbmKresGammaCorrection
&);
39
40
41
ClassDef(
CbmKresGammaCorrection
, 1)
42
};
43
44
#endif
CbmKresGammaCorrection
Definition:
CbmKresGammaCorrection.h:9
CbmKresGammaCorrection::Correction_factros_onetwo
TH2D * Correction_factros_onetwo
Definition:
CbmKresGammaCorrection.h:31
CbmKresGammaCorrection::fHistoList_factors
vector< TH1 * > fHistoList_factors
Definition:
CbmKresGammaCorrection.h:28
CbmKresGammaCorrection::Correction_factros_all
TH2D * Correction_factros_all
Definition:
CbmKresGammaCorrection.h:29
CbmKresGammaCorrection::Correction_factros_two
TH2D * Correction_factros_two
Definition:
CbmKresGammaCorrection.h:30
CbmKresGammaCorrection::CbmKresGammaCorrection
CbmKresGammaCorrection(const CbmKresGammaCorrection &)
CbmKresGammaCorrection::operator=
CbmKresGammaCorrection operator=(const CbmKresGammaCorrection &)
analysis
PWGDIL
dielectron
pi0eta
CbmKresGammaCorrection.h
Generated on Wed Oct 28 2020 15:11:38 for CbmRoot by
1.8.18