Skip to content
Merged
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: 2 additions & 0 deletions fcl/caf/cafmaker_add_overlay_icarus.fcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
physics.producers.cafmaker.CRTHitLabel: overlayCRTHit

services.BackTrackerService.BackTracker.OverrideRealData: true
services.ParticleInventoryService.ParticleInventory.OverrideRealData: true

Expand Down
7 changes: 7 additions & 0 deletions fcl/reco/Definitions/stage1_icarus_defs.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,13 @@ icarus_stage1_producers.caloskimCalorimetryCryoW.TrackModuleLabel:
#icarus_stage1_producers.pandoraGausCryoW.ConfigFile: "PandoraSettings_Master_ICARUS_RawICARUS.xml"
#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"]

# Override labels for ntupler
icarus_stage1_analyzers.caloskimE.HITproducer: "combineHitsCryoE"
icarus_stage1_analyzers.caloskimW.HITproducer: "combineHitsCryoW"

## Definitions for shower finding (both single and by cryostat)
icarus_stage1_producers.SBNShowerGausCryoW.PFParticleLabel: "pandoraGausCryoW"
icarus_stage1_producers.SBNShowerGausCryoW.UseAllParticles: true
Expand Down