Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ class Ring
private:
int mPosId; // id of the ring
int mNTiles; // number of modules
double mRRad; // max distance for radiators
double mRPhot; // max distance for photosensitive surfaces
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
double mPhotThickness; // thickness of the photosensitive surface

ClassDef(Ring, 0);
Expand Down