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
Original file line number Diff line number Diff line change
Expand Up @@ -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: [""]
Expand Down
3 changes: 3 additions & 0 deletions sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -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: [""]
Expand Down