Skip to content

Commit 5dd0eec

Browse files
Francesco Poppijas1005
authored andcommitted
This commit does the following things: a) it fixes an issue/typo where CRTT0Tagging for 2D was using Cluster3D instead of combineCluster3D. This was due to a typo HitLabel vs HitLabels. b) Now for 1d also the pandora hit producers are based on Cluster3D.
1 parent c864651 commit 5dd0eec

2 files changed

Lines changed: 6 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
@@ -382,7 +382,7 @@ icarus_stage1_producers.caloskimCalorimetryCryoW.TrackModuleLabel:
382382
#icarus_stage1_producers.pandoraGausCryoE.ConfigFile: "PandoraSettings_Master_ICARUS_RawICARUS.xml"
383383

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

387387
# Override labels for ntupler
388388
icarus_stage1_analyzers.caloskimE.HITproducer: "combineHitsCryoE"

fcl/reco/Stage1/data/stage1_run2_1d_icarus.fcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ physics.reco: [ @sequence::icarus_filter1D_cluster3D,
1212
physics.producers.cluster3DCryoW.Hit3DBuilderAlg.HitFinderTagVec: ["gaushit1dTPCWW", "gaushit1dTPCWE"]
1313
physics.producers.cluster3DCryoE.Hit3DBuilderAlg.HitFinderTagVec: ["gaushit1dTPCEW", "gaushit1dTPCEE"]
1414

15+
physics.producers.pandoraGausCryoE.HitFinderModuleLabel: "cluster3DCryoE"
16+
physics.producers.pandoraGausCryoW.HitFinderModuleLabel: "cluster3DCryoW"
17+
18+
physics.producers.CRTT0Tagging.HitLabel: ["cluster3DCryoE", "cluster3DCryoW"]
19+
1520
physics.analyzers.caloskimE.HITproducer: "cluster3DCryoE"
1621
physics.analyzers.caloskimW.HITproducer: "cluster3DCryoW"

0 commit comments

Comments
 (0)