#include <PndPidCorrPar.h>
Definition at line 7 of file PndPidCorrPar.h.
PndPidCorrPar::PndPidCorrPar |
( |
const char * |
name = "PndPidCorrPar" , |
|
|
const char * |
title = "Pid correlation parameter" , |
|
|
const char * |
context = "TestDefaultContext" |
|
) |
| |
PndPidCorrPar::~PndPidCorrPar |
( |
void |
| ) |
|
|
inline |
void PndPidCorrPar::clear |
( |
void |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetDrcCut |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetDrcRadius |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetDskCut |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetEmc12Cut |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetEmc12Radius |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetEmc12Thr |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetEmcNeutralQCut |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetFMdtCut |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetFTofCut |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetFtofZ |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetMdtCut |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetMdtRadius |
( |
| ) |
|
|
inline |
Bool_t PndPidCorrPar::getParams |
( |
FairParamList * |
list | ) |
|
Definition at line 47 of file PndPidCorrPar.cxx.
References fDrcCut, fDrcRadius, fDskCut, fEmc12Cut, fEmc12Radius, fEmc12Thr, fEmcNeutralQCut, fFMdtCut, fFTofCut, fFtofZ, fMdtCut, fMdtRadius, fRichZ, fTofCut, fTofRadius, and fZLastPlane.
49 if (!list)
return kFALSE;
50 if (!list->fill(
"TofRadius", &
fTofRadius))
return kFALSE;
51 if (!list->fill(
"TofCut", &
fTofCut))
return kFALSE;
52 if (!list->fill(
"Emc12Thr", &
fEmc12Thr))
return kFALSE;
53 if (!list->fill(
"Emc12Radius", &
fEmc12Radius))
return kFALSE;
54 if (!list->fill(
"Emc12Cut", &
fEmc12Cut))
return kFALSE;
56 if (!list->fill(
"MdtRadius", &
fMdtRadius))
return kFALSE;
57 if (!list->fill(
"MdtCut", &
fMdtCut))
return kFALSE;
58 if (!list->fill(
"DrcRadius", &
fDrcRadius))
return kFALSE;
59 if (!list->fill(
"DrcCut", &
fDrcCut))
return kFALSE;
60 if (!list->fill(
"DskCut", &
fDskCut))
return kFALSE;
61 if (!list->fill(
"ZLastPlane", &
fZLastPlane))
return kFALSE;
62 if (!list->fill(
"FtofZ", &
fFtofZ))
return kFALSE;
63 if (!list->fill(
"FTofCut", &
fFTofCut))
return kFALSE;
64 if (!list->fill(
"RichZ", &
fRichZ))
return kFALSE;
65 if (!list->fill(
"FMdtCut", &
fFMdtCut))
return kFALSE;
Float_t PndPidCorrPar::GetRichZ |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetTofCut |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetTofRadius |
( |
| ) |
|
|
inline |
Float_t PndPidCorrPar::GetZLastPlane |
( |
| ) |
|
|
inline |
void PndPidCorrPar::putParams |
( |
FairParamList * |
list | ) |
|
Definition at line 25 of file PndPidCorrPar.cxx.
References fDrcCut, fDrcRadius, fDskCut, fEmc12Cut, fEmc12Radius, fEmc12Thr, fEmcNeutralQCut, fFMdtCut, fFTofCut, fFtofZ, fMdtCut, fMdtRadius, fRichZ, fTofCut, fTofRadius, and fZLastPlane.
41 list->add(
"FtofZ",
fFtofZ);
43 list->add(
"RichZ",
fRichZ);
Float_t PndPidCorrPar::fDrcCut |
|
private |
Float_t PndPidCorrPar::fDrcRadius |
|
private |
Float_t PndPidCorrPar::fDskCut |
|
private |
Float_t PndPidCorrPar::fEmc12Cut |
|
private |
Float_t PndPidCorrPar::fEmc12Radius |
|
private |
Float_t PndPidCorrPar::fEmc12Thr |
|
private |
Float_t PndPidCorrPar::fEmcNeutralQCut |
|
private |
Float_t PndPidCorrPar::fFMdtCut |
|
private |
Float_t PndPidCorrPar::fFTofCut |
|
private |
Float_t PndPidCorrPar::fFtofZ |
|
private |
Float_t PndPidCorrPar::fMdtCut |
|
private |
Float_t PndPidCorrPar::fMdtRadius |
|
private |
Float_t PndPidCorrPar::fRichZ |
|
private |
Float_t PndPidCorrPar::fTofCut |
|
private |
Float_t PndPidCorrPar::fTofRadius |
|
private |
Float_t PndPidCorrPar::fZLastPlane |
|
private |
The documentation for this class was generated from the following files: