@@ -28,20 +28,20 @@ struct RICHBaseParam : public o2::conf::ConfigurableParamHelper<RICHBaseParam> {
2828 int nRings = 11 ; // (25 in v3)
2929 int nTiles = 44 ; // (36 in v3)
3030 bool oddGeom = true ; // (false in v3)
31-
31+
3232 // The active and passive silicon thicknesses must sum to detectorThickness.
3333 double siliconeLayerThickness = 0.010 ; // cm: 0.1 mm resin layer in front
3434 double detectorThickness = 0.1 ; // cm
3535 double activeSiliconThickness = 0.01 ; // cm: 0.1 mm sensitive silicon
3636 // double passiveSiliconThickness = 0.09f; // cm: (detectorThickness - activeSiliconThickness)
37-
37+
3838 // cylindrical aerogel layout
3939 bool useCylindricalAerogel = true ;
4040 double cylindricalAerogelEtaRef = 0.85 ;
41-
41+
4242 // Enable geometry with rectangular modules
4343 bool useRectangularModules = true ;
44-
44+
4545 // Barrel photosensor active area.
4646 double sipmActiveSizeZ = 18.0 ; // cm
4747 double sipmActiveSizeRPhi = 17.0 ; // cm
@@ -71,7 +71,7 @@ struct RICHBaseParam : public o2::conf::ConfigurableParamHelper<RICHBaseParam> {
7171 double gapPCB1ToCoolingPlate = 0.10 ; // cm
7272 double gapCoolingPlateToPCB2 = 0.10 ; // cm
7373 double gapPCB2ToPCB3 = 0.10 ; // cm
74-
74+
7575 // Minimum edge-to-edge clearances used to avoid exact contacts between adjacent modules.
7676 double moduleClearanceZ = 0.02 ; // cm
7777 double moduleClearanceRPhi = 0.02 ; // cm
0 commit comments