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
47 changes: 47 additions & 0 deletions JobConfig/reco/RefSelect.fcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#
# Script to select reflecting cosmic ray particles starting with standard recoMC output
# original author: D. Brown, 6/25/26
#
#include "Production/JobConfig/reco/prolog.fcl"
outputs.CentralHelixOutput.fileName : nil
outputs.LoopHelixOutput.fileName : nil
services : @local::Services.Reco
process_name: RefRegrow
source : { module_type : RootInput }

physics.filters : {
Reflecte : {
@table::TrkReco.filters.SelectT0Reflections
UpstreamKalSeedCollection : "KKUe"
DownstreamKalSeedCollection : "KKDe"
}

Reflectmu : {
@table::TrkReco.filters.SelectT0Reflections
UpstreamKalSeedCollection : "KKUmu"
DownstreamKalSeedCollection : "KKDmu"
}
}

physics.RePath : [ Reflecte ]
physics.RmuPath : [ Reflectmu ]

physics.trigger_paths : [ RePath, RmuPath ]

outputs.RefOutput : {
@table::Reconstruction.Output
SelectEvents : [RePath, RmuPath]
fileName : "rec.user.RefSelect.config.seq.art"
outputCommands: [
@sequence::Reconstruction.Output.outputCommands,
"keep *_Reflect*_*_*"
]
}

physics.RefEndPath : [ RefOutput ]
physics.end_paths : [ RefEndPath ]

# Uncomment and update as needed
#services.DbService.purpose: Sim_best
#services.DbService.version: v1_4
#services.DbService.verbose: 2
47 changes: 47 additions & 0 deletions JobConfig/recoMC/RefSelect.fcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#
# Script to select reflecting cosmic ray particles starting with standard recoMC output
# original author: D. Brown, 6/25/26
#
#include "Production/JobConfig/recoMC/prolog.fcl"
outputs.CentralHelixOutput.fileName : nil
outputs.LoopHelixOutput.fileName : nil
services : @local::Services.Reco
process_name: RefRegrow
source : { module_type : RootInput }

physics.filters : {
Reflecte : {
@table::TrkReco.filters.SelectT0Reflections
UpstreamKalSeedCollection : "KKUe"
DownstreamKalSeedCollection : "KKDe"
}

Reflectmu : {
@table::TrkReco.filters.SelectT0Reflections
UpstreamKalSeedCollection : "KKUmu"
DownstreamKalSeedCollection : "KKDmu"
}
}

physics.RePath : [ Reflecte ]
physics.RmuPath : [ Reflectmu ]

physics.trigger_paths : [ RePath, RmuPath ]

outputs.RefOutput : {
@table::Reconstruction.Output
SelectEvents : [RePath, RmuPath]
fileName : "mcs.user.RefSelect.config.seq.art"
outputCommands: [
@sequence::Reconstruction.Output.outputCommands,
"keep *_Reflect*_*_*"
]
}

physics.RefEndPath : [ RefOutput ]
physics.end_paths : [ RefEndPath ]

# Uncomment and update as needed
#services.DbService.purpose: Sim_best
#services.DbService.version: v1_4
#services.DbService.verbose: 2