Skip to content

Commit

Permalink
Merge pull request #537 from rlcee/surfacecheck_210723
Browse files Browse the repository at this point in the history
move surfaceCheck files out of test subdir
  • Loading branch information
kutschke authored Jul 24, 2021
2 parents 51af370 + 3892de7 commit afccfb8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions EventGenerator/defaultConfigs/surfaceCheck.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
//
// Run-time config info for the event generators.
//
//
// Original author Rob Kutschke

// Which generators to enable.
bool conversionGun.do = true;

// Limits on cos(polar angle):
double conversionGun.czmin = -1.0;
double conversionGun.czmax = 1.0;

// Time limits in ns, relative to protons on target.
double conversionGun.tmin = 0.;
double conversionGun.tmax = 1694.;

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

4 changes: 2 additions & 2 deletions Mu2eG4/fcl/surfaceCheck.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ physics.producers.g4run.physics.physicsListName: "Minimal"
services.SeedService.baseSeed : 8
services.SeedService.maxUniqueEngines : 20

physics.producers.generate.inputfile : "Offline/Mu2eG4/test/genconfig_01.txt"
physics.producers.generate.inputfile : "Offline/EventGenerator/defaultConfigs/surfaceCheck.txt"

services.GeometryService.inputFile : "Offline/Mu2eG4/test/geom_SurfaceCheck.txt"
services.GeometryService.inputFile : "Offline/Mu2eG4/geom/geom_SurfaceCheck.txt"
services.TFileService.fileName : "surfaceCheck.root"

File renamed without changes.
File renamed without changes.

0 comments on commit afccfb8

Please sign in to comment.