Skip to content

Commit 612b915

Browse files
Nicola NicassioNicola Nicassio
authored andcommitted
Latest v3b.1 RICH geometry with quadrants, modules and shielding (clang fixed)
1 parent 1339c9b commit 612b915

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • Detectors/Upgrades/ALICE3/RICH/simulation/include/RICHSimulation

Detectors/Upgrades/ALICE3/RICH/simulation/include/RICHSimulation/RICHRing.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ class Ring
6060
private:
6161
int mPosId; // id of the ring
6262
int mNTiles; // number of modules
63-
double mRRad; // max distance for radiators
64-
double mRPhot; // max distance for photosensitive surfaces
65-
double mRadThickness; // thickness of the radiator
63+
double mRRad; // max distance for radiators
64+
double mRPhot; // max distance for photosensitive surfaces
65+
double mRadThickness; // thickness of the radiator
6666
double mPhotThickness; // thickness of the photosensitive surface
6767

6868
ClassDef(Ring, 0);

0 commit comments

Comments
 (0)