@@ -20,17 +20,17 @@ namespace o2
2020namespace fvd
2121{
2222struct FVDBaseParam : public o2 ::conf::ConfigurableParamHelper<FVDBaseParam> {
23- static constexpr int nCellA = 48 ;
24- static constexpr int nCellC = 40 ; // 24
25- static constexpr int nRingsA = 6 ;
26- static constexpr int nRingsC = 5 ; // 3
23+ static constexpr int nCellA = 40 ; // 24
24+ static constexpr int nCellC = 48 ;
25+ static constexpr int nRingsA = 5 ; // 3
26+ static constexpr int nRingsC = 6 ;
2727
2828 static constexpr float dzScint = 4 .;
29- static constexpr float rRingsA[int (nCellA/8 )+1 ] = {3.5 , 14.8 , 22.8 , 37.3 , 48.5 , 59.8 , 71 .};
30- static constexpr float rRingsC[int (nCellC/8 )+1 ] = {3 ., 14.8 , 26.6 , 38.4 , 50.2 , 62 .};
29+ static constexpr float rRingsA[int (nCellA/8 )+1 ] = {3 ., 14.8 , 26.6 , 38.4 , 50.2 , 62 .};
30+ static constexpr float rRingsC[int (nCellC/8 )+1 ] = {3.5 , 14.8 , 22.8 , 37.3 , 48.5 , 59.8 , 71 .};
3131
32- static constexpr float zModA = 1950 ;
33- static constexpr float zModC = -1700 ;
32+ static constexpr float zModA = 1700 ;
33+ static constexpr float zModC = -1950 ;
3434
3535 O2ParamDef (FVDBaseParam, " FVDBase" );
3636};
0 commit comments