Skip to content
Open
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
15 changes: 11 additions & 4 deletions fcl/configurations/showerfindermodules_icarus.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,17 @@ icarus_pandorashower_3dTraj.ShowerFinderTools: [
@local::showertrajpointdedx
]

icarus_pandorashower_3dTraj.ShowerFinderTools[3].CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_3dTraj.ShowerFinderTools[5].CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_3dTraj.ShowerFinderTools[7].CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_3dTraj.ShowerFinderTools[7].MinAngleToWire: 0.26
icarus_pandorashower_3dTraj.ShowerFinderTools[3].CalorimetryAlg: @local::icarus_calorimetryalgmc

icarus_pandorashower_3dTraj.ShowerFinderTools[5].CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_3dTraj.ShowerFinderTools[5].dEdxTrackLength: 5

icarus_pandorashower_3dTraj.ShowerFinderTools[7].CalorimetryAlg: @local::icarus_calorimetryalgmc
icarus_pandorashower_3dTraj.ShowerFinderTools[7].MinAngleToWire: 0.26
icarus_pandorashower_3dTraj.ShowerFinderTools[7].ResultsOverrideMode: 1 # override results from showerunidirectiondedx plane-by-plane
icarus_pandorashower_3dTraj.ShowerFinderTools[7].dEdxTrackLength: 5
icarus_pandorashower_3dTraj.ShowerFinderTools[7].MinDistCutOff: 2 # same as default, used only when CutStartPosition is true
icarus_pandorashower_3dTraj.ShowerFinderTools[7].CutStartPosition: true

# An "experimental" configuration. Uses the incremental track hit
# finder and values for some parameters from the study in SBN-doc-19390
Expand Down