19 Int_t fLambdaParIndex;
23 Int_t fRoutsideParIndex;
24 Int_t fRoutlongParIndex;
25 Int_t fRsidelongParIndex;
28 enum class e3DMode { kNormal3R, kRatio3R, kNormal6R, kRatio6R, kPlus3R, kPlus6R };
33 CorrFitFunc3D(e3DMode mode = e3DMode::kNormal3R, Int_t par = -1, Int_t dim = 1);
102 inline Int_t
RoutID()
const {
return fRoutParIndex; };
107 inline Int_t
RsideID()
const {
return fRsideParIndex; }
112 inline Int_t
RlongID()
const {
return fRlongParIndex; }
117 inline Int_t
RoutsideID()
const {
return fRoutsideParIndex; }
122 inline Int_t
RoutlongID()
const {
return fRoutlongParIndex; }
132 inline Int_t
LambdaID()
const {
return fLambdaParIndex; }
134 ClassDef(CorrFitFunc3D, 1)