17 : FairParGenericSet(name,title,context),
18 fTofRadius(-1.), fTofCut(-1.), fEmc12Thr(-1.), fEmc12Radius(-1.), fEmc12Cut(-1.), fEmcNeutralQCut(-1.),
19 fMdtRadius(-1.), fMdtCut(-1.), fDrcRadius(-1.), fDrcCut(-1.), fDskCut(-1.), fZLastPlane(-1.), fFtofZ(-1.),
20 fFTofCut(-1.), fRichZ(-1.), fFMdtCut(-1.)
41 list->add(
"FtofZ",
fFtofZ);
43 list->add(
"RichZ",
fRichZ);
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;
void putParams(FairParamList *list)
Bool_t getParams(FairParamList *list)
ClassImp(PndPidCorrPar) PndPidCorrPar