CbmRoot
|
#include <CbmKresGammaCorrection.h>
Public Member Functions | |
CbmKresGammaCorrection () | |
virtual | ~CbmKresGammaCorrection () |
void | Init (std::vector< std::vector< double >> &vect_all, std::vector< std::vector< double >> &vect_two, std::vector< std::vector< double >> &vect_onetwo, double OA, double IM) |
void | Finish () |
void | InitHistograms () |
Private Member Functions | |
CbmKresGammaCorrection (const CbmKresGammaCorrection &) | |
CbmKresGammaCorrection | operator= (const CbmKresGammaCorrection &) |
Private Attributes | |
vector< TH1 * > | fHistoList_factors |
TH2D * | Correction_factros_all |
TH2D * | Correction_factros_two |
TH2D * | Correction_factros_onetwo |
Definition at line 9 of file CbmKresGammaCorrection.h.
CbmKresGammaCorrection::CbmKresGammaCorrection | ( | ) |
Definition at line 28 of file CbmKresGammaCorrection.cxx.
|
virtual |
Definition at line 34 of file CbmKresGammaCorrection.cxx.
|
private |
void CbmKresGammaCorrection::Finish | ( | ) |
Definition at line 114 of file CbmKresGammaCorrection.cxx.
References fHistoList_factors, and i.
Referenced by CbmKresConversionCorrectedPhotons::Finish().
void CbmKresGammaCorrection::Init | ( | std::vector< std::vector< double >> & | vect_all, |
std::vector< std::vector< double >> & | vect_two, | ||
std::vector< std::vector< double >> & | vect_onetwo, | ||
double | OA, | ||
double | IM | ||
) |
most recent files for conversion
Definition at line 36 of file CbmKresGammaCorrection.cxx.
References Correction_factros_all, Correction_factros_onetwo, Correction_factros_two, and InitHistograms().
Referenced by CbmKresConversionCorrectedPhotons::Init().
void CbmKresGammaCorrection::InitHistograms | ( | ) |
Definition at line 123 of file CbmKresGammaCorrection.cxx.
References Correction_factros_all, Correction_factros_onetwo, Correction_factros_two, and fHistoList_factors.
Referenced by Init().
|
private |
|
private |
Definition at line 29 of file CbmKresGammaCorrection.h.
Referenced by Init(), and InitHistograms().
|
private |
Definition at line 31 of file CbmKresGammaCorrection.h.
Referenced by Init(), and InitHistograms().
|
private |
Definition at line 30 of file CbmKresGammaCorrection.h.
Referenced by Init(), and InitHistograms().
|
private |
Definition at line 28 of file CbmKresGammaCorrection.h.
Referenced by Finish(), and InitHistograms().