diff --git a/EventGenerator/defaultConfigs/surfaceCheck.txt b/EventGenerator/defaultConfigs/surfaceCheck.txt new file mode 100644 index 0000000000..dc6b8a925b --- /dev/null +++ b/EventGenerator/defaultConfigs/surfaceCheck.txt @@ -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: + diff --git a/Mu2eG4/fcl/surfaceCheck.fcl b/Mu2eG4/fcl/surfaceCheck.fcl index 111046a371..94ca7929f4 100644 --- a/Mu2eG4/fcl/surfaceCheck.fcl +++ b/Mu2eG4/fcl/surfaceCheck.fcl @@ -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" diff --git a/Mu2eG4/test/geom_SurfaceCheck.txt b/Mu2eG4/geom/geom_SurfaceCheck.txt similarity index 100% rename from Mu2eG4/test/geom_SurfaceCheck.txt rename to Mu2eG4/geom/geom_SurfaceCheck.txt diff --git a/Mu2eG4/test/geom_SurfaceCheck_Select.txt b/Mu2eG4/geom/geom_SurfaceCheck_Select.txt similarity index 100% rename from Mu2eG4/test/geom_SurfaceCheck_Select.txt rename to Mu2eG4/geom/geom_SurfaceCheck_Select.txt