Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions JobConfig/primary/MuCapNeutronTail.fcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# Generate high KE muon capture neutrons
#
# Original author: Michael MacKenzie, 2026
#
#include "Production/JobConfig/primary/TargetStopParticle.fcl"

physics.producers.generate : {
module_type : SingleProcessGenerator
inputSimParticles: TargetStopResampler
stoppingTargetMaterial : "Al"
decayProducts :
{
tool_type : MuCapNeutronGenerator
spectrumVariable : kineticEnergy
spectrum : {
spectrumShape: tabulated
spectrumFileName: "Offline/EventGenerator/data/SchroederNeutronSpectrum.txt"
elow : 60.
}
}
verbosity : 0
}

physics.producers.FindMCPrimary.PrimaryProcess : "mu2eMuonCaptureAtRest"
outputs.PrimaryOutput.fileName: "dts.owner.MuCapNeutronTail.version.sequencer.art"
10 changes: 10 additions & 0 deletions JobConfig/primary/MuCapNeutronTailCalo.fcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# Generate high energy muon capture neutrons, aimed at the calorimeter
#
# Original author: Michael MacKenzie, 2026
#
#include "Production/JobConfig/primary/MuCapNeutronTail.fcl"

physics.producers.generate.decayProducts.czmin : 0.99
physics.producers.generate.decayProducts.czmax : 1.
outputs.PrimaryOutput.fileName: "dts.owner.MuCapNeutronCalo.version.sequencer.art"
3 changes: 2 additions & 1 deletion JobConfig/primary/prolog.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ Primary: {
"keep mu2e::EventWeight_*_*_*",
"keep art::TriggerResults_*_*_*",
"keep mu2e::StepPointMCs_CosmicResampler_crvStage1_*", # this is needed to keep track of low/all CRV split
"keep mu2e::PrimaryParticle_*_*_*"
"keep mu2e::PrimaryParticle_*_*_*",
"keep mu2e::SpectrumConfig_*_*_*"
]

StepProducts : [
Expand Down
4 changes: 4 additions & 0 deletions Tests/MuCapNeutronTailSteps.fcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include "Production/JobConfig/primary/MuCapNeutronTail.fcl"
#include "Production/Tests/MuonStopConfig.fcl"

services.TFileService.fileName: "nts.owner.test.version.sequencer.root"