-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from ehrlich-uva/master
changed the geometry file for cosmic_s1_dsstops.fcl
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |