Skip to content

Commit 61ca4af

Browse files
authored
Merge pull request #611 from SBNSoftware/bugfix/ext
fix module fcl issue
2 parents 57e94ce + 47511c1 commit 61ca4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sbncode/BeamSpillInfoRetriever/job/run_sbndbnbextinfo_sbn.fcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ physics: {
3434
stream1: [ out1 ]
3535
}
3636

37-
physics.producers.sbndbnbextinfo.module_type: "SBNDBNBEXTRetriever"
37+
physics.producers.bnbextinfo.module_type: "SBNDBNBEXTRetriever"
3838

3939
outputs: {
4040
out1: {
@@ -44,4 +44,4 @@ outputs: {
4444
compressionLevel: 1
4545
}
4646
}
47-
physics.producers.sbndbnbextinfo.fileNames: @local::outputs.out1.fileName
47+
physics.producers.bnbextinfo.fileNames: @local::outputs.out1.fileName

0 commit comments

Comments
 (0)