diff --git a/JobConfig/primary/MuCap1809keV.fcl b/JobConfig/primary/MuCap1809keV.fcl new file mode 100644 index 00000000..6530a88e --- /dev/null +++ b/JobConfig/primary/MuCap1809keV.fcl @@ -0,0 +1,24 @@ +# +# Generate 1809 keV muon capture photons +# +# Original author: Michael MacKenzie, 2026 +# +#include "Production/JobConfig/primary/TargetStopParticle.fcl" + +physics.producers.generate : { + module_type : SingleProcessGenerator + inputSimParticles: TargetStopResampler + stoppingTargetMaterial : "Al" + decayProducts : + { + tool_type : MuCap1809keVGammaGenerator + fireAll : true # Insert a photon into every event + } + verbosity : 0 +} + +physics.filters.PrimaryFilter.MinimumPartMom : 0.1 +physics.filters.PrimaryFilter.MinimumSumCaloStepE : 0.1 + +physics.producers.FindMCPrimary.PrimaryProcess : "mu2eMuonCaptureAtRest" +outputs.PrimaryOutput.fileName: "dts.owner.MuCap1809keV.version.sequencer.art" diff --git a/JobConfig/primary/MuCap1809keVCalo.fcl b/JobConfig/primary/MuCap1809keVCalo.fcl new file mode 100644 index 00000000..f3ac094e --- /dev/null +++ b/JobConfig/primary/MuCap1809keVCalo.fcl @@ -0,0 +1,10 @@ +# +# Generate 1809 keV muon capture photons, aimed at the calorimeter +# +# Original author: Michael MacKenzie, 2026 +# +#include "Production/JobConfig/primary/MuCap1809keV.fcl" + +physics.producers.generate.decayProducts.czmin : 0.99 +physics.producers.generate.decayProducts.czmax : 1. +outputs.PrimaryOutput.fileName: "dts.owner.MuCap1809keVCalo.version.sequencer.art" diff --git a/Tests/MuCap1809keVCaloSteps.fcl b/Tests/MuCap1809keVCaloSteps.fcl new file mode 100644 index 00000000..9552afc9 --- /dev/null +++ b/Tests/MuCap1809keVCaloSteps.fcl @@ -0,0 +1,4 @@ +#include "Production/JobConfig/primary/MuCap1809keVCalo.fcl" +#include "Production/Tests/MuonStopConfig.fcl" + +services.TFileService.fileName: "nts.owner.test.version.sequencer.root" diff --git a/Tests/MuCap1809keVSteps.fcl b/Tests/MuCap1809keVSteps.fcl new file mode 100644 index 00000000..2e9e83ce --- /dev/null +++ b/Tests/MuCap1809keVSteps.fcl @@ -0,0 +1,4 @@ +#include "Production/JobConfig/primary/MuCap1809keV.fcl" +#include "Production/Tests/MuonStopConfig.fcl" + +services.TFileService.fileName: "nts.owner.test.version.sequencer.root"