Skip to content

Commit 1d47706

Browse files
authored
Update SBND BNB info fcl to use a new process name
For the Spring 2025 production patch release, the SBND BNB info fcl needs to be re-run to pick up the BNB FOM calculation. To enable this, we use a new process name in that fcl. We also drop the old version of the BNB info data products to reduce the possibility that they get picked up by mistake.
1 parent d68d0ec commit 1d47706

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbncode/BeamSpillInfoRetriever/job/run_sbndbnbinfo_sbn.fcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "sbndbnbdefaults.fcl"
22

3-
process_name: SBNDBNBInfoGen
3+
process_name: SBNDBNBInfoGenWithFOM
44

55
services:{
66

@@ -23,7 +23,7 @@ services:{
2323

2424

2525
source: {
26-
26+
inputCommands: [ "keep *_*_*_*", "drop *_*_*_SBNDBNBInfoGen" ]
2727
}
2828

2929
physics: {

0 commit comments

Comments
 (0)