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
2 changes: 1 addition & 1 deletion fcl/reco/Definitions/stage1_icarus_defs.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ icarus_stage1_producers.caloskimCalorimetryCryoW.TrackModuleLabel:
#icarus_stage1_producers.pandoraGausCryoE.ConfigFile: "PandoraSettings_Master_ICARUS_RawICARUS.xml"

# Also fix hit label for CRT-(pandora) TPC tagging
icarus_stage1_producers.CRTT0Tagging.HitLabels: ["combineHitsCryoE", "combineHitsCryoW"]
icarus_stage1_producers.CRTT0Tagging.HitLabel: ["combineHitsCryoE", "combineHitsCryoW"]

# Override labels for ntupler
icarus_stage1_analyzers.caloskimE.HITproducer: "combineHitsCryoE"
Expand Down
8 changes: 8 additions & 0 deletions fcl/reco/Stage1/data/stage1_run2_1d_icarus.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ physics.reco: [ @sequence::icarus_filter1D_cluster3D,

physics.producers.cluster3DCryoW.Hit3DBuilderAlg.HitFinderTagVec: ["gaushit1dTPCWW", "gaushit1dTPCWE"]
physics.producers.cluster3DCryoE.Hit3DBuilderAlg.HitFinderTagVec: ["gaushit1dTPCEW", "gaushit1dTPCEE"]

physics.producers.pandoraGausCryoE.HitFinderModuleLabel: "cluster3DCryoE"
physics.producers.pandoraGausCryoW.HitFinderModuleLabel: "cluster3DCryoW"

physics.producers.CRTT0Tagging.HitLabel: ["cluster3DCryoE", "cluster3DCryoW"]

physics.analyzers.caloskimE.HITproducer: "cluster3DCryoE"
physics.analyzers.caloskimW.HITproducer: "cluster3DCryoW"