Skip to content

Commit 5e3551a

Browse files
Nicola NicassioNicola Nicassio
authored andcommitted
Latest v3b.1 RICH geometry with quadrants, modules and shielding
1 parent 0572321 commit 5e3551a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Detectors/Upgrades/ALICE3/RICH/base/include/RICHBase/RICHBaseParam.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Detectors/Upgrades/ALICE3/RICH/simulation/src/Detector.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ void Detector::createGeometry()
619619
outerWallQuadrantVolume->SetLineColor(kOrange - 8); // kGray
620620
endCapPlusQuadrantVolume->SetLineColor(kOrange - 8); // kGray
621621
endCapMinusQuadrantVolume->SetLineColor(kOrange - 8); // kGray
622-
lateralStartWallVolume->SetLineColor(kOrange - 8); // kGray
622+
lateralStartWallVolume->SetLineColor(kOrange - 8); // kGray
623623
lateralEndWallVolume->SetLineColor(kOrange - 8); // kGray
624624

625625
innerWallQuadrantVolume->SetTransparency(0); // 80

0 commit comments

Comments
 (0)