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
6 changes: 3 additions & 3 deletions fcl/caf/cafmaker_defs.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "eventweight_genie_systtools.fcl"
#include "eventweight_flux_sbn.fcl"
#include "mcreco.fcl"
#include "mcsproducer.fcl"
#include "mcsproducer_icarus.fcl"
#include "rangeproducer.fcl"
#include "crthitconverter_producer.fcl"
#include "flashmatch_simple_icarus.fcl"
Expand Down Expand Up @@ -96,8 +96,8 @@ standard_crtt0producer_cryoW.PFParticleLabel: ["pandoraGausCryoW"]
recoana_caf_preprocess_producers: {
mcreco: @local::standard_mcreco

pandoraTrackMCSCryoE: @local::mcs_sbn
pandoraTrackMCSCryoW: @local::mcs_sbn
pandoraTrackMCSCryoE: @local::mcs_icarus_mc
pandoraTrackMCSCryoW: @local::mcs_icarus_mc

pandoraTrackRangeCryoE: @local::range_sbn
pandoraTrackRangeCryoW: @local::range_sbn
Expand Down
7 changes: 7 additions & 0 deletions fcl/caf/cafmakerjob_icarus_data.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ physics.producers.cafmaker.GenLabel: ""
physics.producers.cafmaker.SimChannelLabel: ""
physics.producers.cafmaker.SystWeightLabels: []

# use different angular resolution for MCS in data
physics.producers.pandoraTrackMCSCryoE: @local::mcs_icarus_data
physics.producers.pandoraTrackMCSCryoE.TrackLabel: pandoraTrackGausCryoE

physics.producers.pandoraTrackMCSCryoW: @local::mcs_icarus_data
physics.producers.pandoraTrackMCSCryoW.TrackLabel: pandoraTrackGausCryoW

physics.producers.cafmaker.TriggerLabel: "daqTrigger" # the general configuration, for MC, has a different one (see also https://github.com/SBNSoftware/icaruscode/issues/556)

#include "icarus_data_recombination.fcl"