We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1339c9b commit 612b915Copy full SHA for 612b915
1 file changed
Detectors/Upgrades/ALICE3/RICH/simulation/include/RICHSimulation/RICHRing.h
@@ -60,9 +60,9 @@ class Ring
60
private:
61
int mPosId; // id of the ring
62
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
+ double mRRad; // max distance for radiators
+ double mRPhot; // max distance for photosensitive surfaces
+ double mRadThickness; // thickness of the radiator
66
double mPhotThickness; // thickness of the photosensitive surface
67
68
ClassDef(Ring, 0);
0 commit comments