Skip to content
Merged
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
1 change: 1 addition & 0 deletions JobConfig/pileup/prolog.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ Pileup: {
spectrum: {
spectrumShape: tabulated
spectrumFileName: "Offline/EventGenerator/data/neutronSpectrum.txt"
BinCenter : true
}
}

Expand Down
2 changes: 1 addition & 1 deletion JobConfig/primary/MuCapNeutronTailCalo.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

physics.producers.generate.decayProducts.czmin : 0.99
physics.producers.generate.decayProducts.czmax : 1.
outputs.PrimaryOutput.fileName: "dts.owner.MuCapNeutronCalo.version.sequencer.art"
outputs.PrimaryOutput.fileName: "dts.owner.MuCapNeutronTailCalo.version.sequencer.art"
26 changes: 26 additions & 0 deletions JobConfig/primary/MuCapProtonTail.fcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# Generate high KE muon capture protons
#
# Original author: Michael MacKenzie, 2026
#
#include "Production/JobConfig/primary/TargetStopParticle.fcl"

physics.producers.generate : {
module_type : SingleProcessGenerator
inputSimParticles: TargetStopResampler
stoppingTargetMaterial : "Al"
decayProducts :
{
tool_type : MuCapProtonGenerator
spectrumVariable : kineticEnergy
spectrum : {
spectrumShape : ejectedProtons
elow : 60. # Only simulate the high energy tail
nbins: 1000
}
}
verbosity : 0
}

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

physics.producers.generate.decayProducts.czmin : 0.99
physics.producers.generate.decayProducts.czmax : 1.
outputs.PrimaryOutput.fileName: "dts.owner.MuCapProtonTailCalo.version.sequencer.art"
4 changes: 4 additions & 0 deletions Tests/MuCapProtonTail.fcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include "Production/JobConfig/primary/MuCapProtonTailCalo.fcl"
#include "Production/Tests/MuonStopConfig.fcl"

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