Skip to content
Open
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
6 changes: 3 additions & 3 deletions common/G4_BECAL.C
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ namespace Enable
namespace G4BECAL
{

double minz = -453;
double maxz = 371;
double minz = -400;
double maxz = 200;
double topradius = 140;
double radius = 84;
double radius = 85;
// this is default set to -1.5<eta<1.24 for 2018 Letter of Intent
// if the user changes these, the z position of the

Expand Down