Skip to content

Commit

Permalink
Merge pull request #200 from ehrlich-uva/master
Browse files Browse the repository at this point in the history
changed the geometry file for cosmic_s1_dsstops.fcl
  • Loading branch information
kutschke authored May 28, 2020
2 parents bd2e788 + c500658 commit ff3ff52
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JobConfig/cosmic/cosmic_s1_dsstops.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services :
TFileService : { }
RandomNumberGenerator : {defaultEngineKind: "MixMaxRng" }

GeometryService : { inputFile : "JobConfig/cosmic/geom_cosmic.txt" }
GeometryService : { inputFile : "JobConfig/cosmic/geom_cosmic_PhaseI.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
G4Helper : { }
Expand Down
17 changes: 17 additions & 0 deletions JobConfig/cosmic/geom_cosmic_PhaseI.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#include "Mu2eG4/geom/geom_2019_PhaseI_hayman_v2.txt"

// Cosmis s1 samples for CD3 were generated with the TDR target geometry.
// Keep using it for the subsequent stages.

double world.minimalMargin.xmin = 500000;
double world.minimalMargin.xmax = 500000;
double world.minimalMargin.zmin = 500000;
double world.minimalMargin.zmax = 500000;

string dirt.beamline.berm.material = "G4_AIR";

//
// This tells emacs to view this file in c++ mode.
// Local Variables:
// mode:c++
// End:

0 comments on commit ff3ff52

Please sign in to comment.