Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Detectors/FIT/FT0/base/src/Geometry.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void Geometry::setCsideModules()
Float_t mInStart[3] = {2.9491, 2.9491, 2.5};
Float_t mStartC[3] = {20., 20, 5.5};

Double_t crad = ZdetC; // define concave c-side radius here
Double_t crad = ZdetC; // define concave c-side radius here

Double_t dP = mInStart[0]; // side length of mcp divided by 2

Expand Down