Skip to content

Commit

Permalink
updated beam pipe values from spec sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
mccumbermike committed Aug 18, 2015
1 parent 80f91b7 commit d6ae617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macros/g4simulations/G4_Pipe.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ double Pipe(PHG4Reco* g4Reco,
const int absorberactive = 0,
int verbosity = 0) {

double pipe_radius = 2.0; // 2 cm
double pipe_thickness = 0.05; // 500 um
double pipe_radius = 2.16; // 2.16 cm based on spec sheet
double pipe_thickness = 0.0760; // 760 um based on spec sheet
double pipe_length = g4Reco->GetWorldSizeZ() - no_overlapp; // entire volume
if (radius > pipe_radius) {
cout << "inconsistency: radius: " << radius
Expand Down

0 comments on commit d6ae617

Please sign in to comment.