Skip to content

Commit 8486625

Browse files
authored
Merge pull request #859 from SBNSoftware/feature/fp_stage1_1d_fix
Stage1 1D Deconvolution fixed for backup
2 parents d6129eb + 2bcc1fb commit 8486625

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

fcl/reco/Definitions/stage1_icarus_defs.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ icarus_stage1_producers.caloskimCalorimetryCryoW.TrackModuleLabel:
384384
#icarus_stage1_producers.pandoraGausCryoE.ConfigFile: "PandoraSettings_Master_ICARUS_RawICARUS.xml"
385385

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

389389
# Override labels for ntupler
390390
icarus_stage1_analyzers.caloskimE.HITproducer: "combineHitsCryoE"

fcl/reco/Stage1/data/stage1_run2_1d_icarus.fcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ physics.reco: [ @sequence::icarus_filter1D_cluster3D,
1111

1212
physics.producers.cluster3DCryoW.Hit3DBuilderAlg.HitFinderTagVec: ["gaushit1dTPCWW", "gaushit1dTPCWE"]
1313
physics.producers.cluster3DCryoE.Hit3DBuilderAlg.HitFinderTagVec: ["gaushit1dTPCEW", "gaushit1dTPCEE"]
14+
15+
physics.producers.pandoraGausCryoE.HitFinderModuleLabel: "cluster3DCryoE"
16+
physics.producers.pandoraGausCryoW.HitFinderModuleLabel: "cluster3DCryoW"
17+
18+
physics.producers.CRTT0Tagging.HitLabel: ["cluster3DCryoE", "cluster3DCryoW"]
19+
20+
physics.analyzers.caloskimE.HITproducer: "cluster3DCryoE"
21+
physics.analyzers.caloskimW.HITproducer: "cluster3DCryoW"

0 commit comments

Comments
 (0)