File tree Expand file tree Collapse file tree
Detectors/Upgrades/ALICE3/RICH/base/include/RICHBase Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ namespace o2
2020namespace rich
2121{
2222struct RICHBaseParam : public o2 ::conf::ConfigurableParamHelper<RICHBaseParam> {
23- float zBaseSize = 18.4 ; // cm
24- float rMax = 117 .0 ; // cm
25- float rMin = 90 .0 ; // cm
23+ float zBaseSize = 18.6 ; // cm (18.4 in v3)
24+ float rMax = 131 .0 ; // cm (117.0 in v3)
25+ float rMin = 104 .0 ; // cm (90.0 in v3)
2626 float radiatorThickness = 2.0 ; // cm
2727 float detectorThickness = 0.2 ; // cm
2828 float zRichLength = 700.0 ; // cm
29- int nRings = 25 ;
30- int nTiles = 36 ;
31- bool oddGeom = false ;
29+ int nRings = 11 ; // (25 in v3)
30+ int nTiles = 44 ; // (36 in v3)
31+ bool oddGeom = true ; // (false in v3)
3232
3333 // FWD and BWD RICH
34- bool enableFWDRich = true ;
35- bool enableBWDRich = true ;
34+ bool enableFWDRich = false ;
35+ bool enableBWDRich = false ;
3636
3737 float rFWDMin = 13 .7413f ;
3838 float rFWDMax = 103 .947f ;
You can’t perform that action at this time.
0 commit comments