diff --git a/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl b/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl index 8f057091d..afd26f6ee 100644 --- a/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl +++ b/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl @@ -161,6 +161,9 @@ physics.producers.cafmaker.CreateBlindedCAF: false # More details can be found in here: https://sbn-docdb.fnal.gov/cgi-bin/sso/ShowDocument?docid=36869 physics.producers.cafmaker.SaveGENIEEventRecord: false #comment to get CI to run on v09_90_00. This should be uncommented in v09_91_01 and later. +# Iclude OpFlash information +physics.producers.cafmaker.OpFlashLabel: "opflash" + # Include Simple/OpFlashes for PMT/XARAPUCA physics.producers.cafmaker.FlashMatchOpDetSuffixes: ["", "op", "ara", "opara"] physics.producers.cafmaker.FlashMatchSCECryoSuffixes: [""] diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl index b404e9db0..429449a15 100644 --- a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl @@ -143,6 +143,9 @@ physics.producers.cafmaker.CreateBlindedCAF: false # More details can be found in here: https://sbn-docdb.fnal.gov/cgi-bin/sso/ShowDocument?docid=36869 physics.producers.cafmaker.SaveGENIEEventRecord: true +# Include OpFlash information +physics.producers.cafmaker.OpFlashLabel: "opflash" + # Include Simple/OpFlashes for PMT/XARAPUCA physics.producers.cafmaker.FlashMatchOpDetSuffixes: ["", "op", "ara", "opara"] physics.producers.cafmaker.FlashMatchSCECryoSuffixes: [""]