@@ -25,17 +25,17 @@ struct RICHBaseParam : public o2::conf::ConfigurableParamHelper<RICHBaseParam> {
2525 double rMin = 104.0 ; // cm (90.0 in v3)
2626 double radiatorThickness = 2.0 ; // cm
2727 double zRichLength = 700.0 ; // cm
28- int nRings = 11 ; // (25 in v3)
29- int nTiles = 44 ; // (36 in v3)
30- bool oddGeom = true ; // (false in v3)
28+ int nRings = 11 ; // (25 in v3)
29+ int nTiles = 44 ; // (36 in v3)
30+ bool oddGeom = true ; // (false in v3)
3131
3232 // The active and passive silicon thicknesses must sum to detectorThickness.
33- double siliconeLayerThickness = 0.010 ; // cm: 0.1 mm resin layer in front
34- double detectorThickness = 0.1 ; // cm
33+ double siliconeLayerThickness = 0.010 ; // cm: 0.1 mm resin layer in front
34+ double detectorThickness = 0.1 ; // cm
3535 double activeSiliconThickness = 0.01 ; // cm: 0.1 mm sensitive silicon
36- // double passiveSiliconThickness = 0.09f; // cm: (detectorThickness - activeSiliconThickness)
36+ // double passiveSiliconThickness = 0.09f; // cm: (detectorThickness - activeSiliconThickness)
3737
38- // cylindrical aerogel layout
38+ // cylindrical aerogel layout
3939 bool useCylindricalAerogel = true ;
4040 double cylindricalAerogelEtaRef = 0.85 ;
4141
@@ -110,4 +110,4 @@ struct RICHBaseParam : public o2::conf::ConfigurableParamHelper<RICHBaseParam> {
110110} // namespace rich
111111} // end namespace o2
112112
113- #endif
113+ #endif
0 commit comments