Skip to content

Commit b440c1b

Browse files
missed fcl commit
1 parent f3dd799 commit b440c1b

9 files changed

Lines changed: 63 additions & 63 deletions

sbncode/BeamSpillInfoRetriever/job/bnbextcountinfo.fcl

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
BEGIN_PROLOG
3+
4+
icarusbnbextcountinfo: {
5+
6+
module_type: "ICARUSBNBEXTRetriever"
7+
raw_data_label: "daq"
8+
9+
}
10+
END_PROLOG

sbncode/BeamSpillInfoRetriever/job/bnbspillinfo.fcl renamed to sbncode/BeamSpillInfoRetriever/job/icarusbnbspillinfo.fcl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11

22
BEGIN_PROLOG
33

4-
bnbspillinfo: {
4+
icarusbnbspillinfo: {
55

6-
module_type: "BNBRetriever"
6+
module_type: "ICARUSBNBRetriever"
77
TimePadding: 0.0333 #unit seconds, Booster Rep Rate is 15 Hz, so the closest spill could be 66ms away
8+
BESOffset: 0.035746 #unit seconds, we expect the BES to be about 35 ms from $1D. Need to adjust search range accordingly.
89
URL: "" #keep this blank and we're good
9-
Bundle: "BoosterNeutrinoBeam_read"
10+
Bundle: "BoosterNeutrinoBeam_read_expanded"
1011
MultiWireBundle: "BNBMultiWire"
1112
VP873Bundle: "BNB_monitor"
1213
OffsetBundle: "BNB_BPM_settings"

sbncode/BeamSpillInfoRetriever/job/run_bnbextinfo_sbn.fcl

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
#include "icarusbnbextcountinfo.fcl"
2+
3+
process_name: ICARUSBNBEXTInfoGen
4+
5+
services:{
6+
IFBeam:{}
7+
}
8+
9+
10+
source: {
11+
12+
}
13+
14+
physics: {
15+
producers: {
16+
icarusbnbextinfo: @local::icarusbnbextcountinfo
17+
}
18+
19+
simulate: [icarusbnbextinfo ]
20+
stream1: [ out1 ]
21+
22+
}
23+
24+
outputs: {
25+
out1: {
26+
module_type: RootOutput
27+
fileName: "%ifb_%tc_icarusbnbextinfo.root"
28+
dataTier: "raw"
29+
compressionLevel: 1
30+
}
31+
}
32+

sbncode/BeamSpillInfoRetriever/job/run_bnbinfo_sbn.fcl renamed to sbncode/BeamSpillInfoRetriever/job/run_icarusbnbinfo_sbn.fcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "bnbspillinfo.fcl"
1+
#include "icarusbnbspillinfo.fcl"
22

33
process_name: BNBInfoGen
44

@@ -28,10 +28,10 @@ source: {
2828

2929
physics: {
3030
producers: {
31-
bnbinfo: @local::bnbspillinfo
31+
bnbinfo: @local::icarusbnbspillinfo
3232
}
3333

34-
simulate: [bnbinfo ]
34+
simulate: [ bnbinfo ]
3535
stream1: [ out1 ]
3636
}
3737

sbncode/BeamSpillInfoRetriever/job/run_sbndbnbextinfo_sbn.fcl

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

3-
process_name: SBNDBNBEXTInfoGenRerunning
3+
process_name: BNBEXTInfoGen
44

55
services:{
66

@@ -23,26 +23,25 @@ services:{
2323

2424

2525
source: {
26-
inputCommands: [ "keep *_*_*_*", "drop *_*_*_SBNDBNBEXTInfoGen" ]
2726
}
2827

2928
physics: {
3029
producers: {
31-
sbndbnbextinfo: @local::sbndbnbspillinfo
30+
bnbextinfo: @local::sbndbnbspillinfo
3231
}
3332

34-
simulate: [sbndbnbextinfo ]
33+
simulate: [bnbextinfo ]
3534
stream1: [ out1 ]
3635
}
3736

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

4039
outputs: {
4140
out1: {
4241
module_type: RootOutput
43-
fileName: "%ifb_%tc_sbndbnbextinfo.root"
42+
fileName: "%ifb_%tc_bnbextinfo.root"
4443
dataTier: "raw"
4544
compressionLevel: 1
4645
}
4746
}
48-
physics.producers.sbndbnbextinfo.fileNames: @local::outputs.out1.fileName
47+
physics.producers.bnbextinfo.fileNames: @local::outputs.out1.fileName

sbncode/BeamSpillInfoRetriever/job/run_sbndbnbinfo_sbn.fcl

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

3-
process_name: SBNDBNBInfoGenWithFOM
3+
process_name: BNBInfoGen
44

55
services:{
66

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

2424

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

2929
physics: {
3030
producers: {
31-
sbndbnbinfo: @local::sbndbnbspillinfo
31+
bnbinfo: @local::sbndbnbspillinfo
3232
}
33-
simulate: [sbndbnbinfo ]
33+
simulate: [bnbinfo ]
3434
stream1: [ out1 ]
3535
}
3636

37-
physics.producers.sbndbnbinfo.module_type: "SBNDBNBRetriever"
37+
physics.producers.bnbinfo.module_type: "SBNDBNBRetriever"
3838

3939
outputs: {
4040
out1: {
4141
module_type: RootOutput
42-
fileName: "%ifb_%tc_sbndbnbinfo.root"
42+
fileName: "%ifb_%tc_bnbinfo.root"
4343
dataTier: "raw"
4444
compressionLevel: 1
4545
}
4646
}
4747

48-
physics.producers.sbndbnbinfo.fileNames: @local::outputs.out1.fileName
48+
physics.producers.bnbinfo.fileNames: @local::outputs.out1.fileName

sbncode/BeamSpillInfoRetriever/job/sbndbnbdefaults.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sbndbnbspillinfo: {
66
TimePadding: 0.0333 #unit seconds, Booster Rep Rate is 15 Hz, so the closest spill could be 66ms away was 0.0333
77
BESOffset: 0.035 #unit seconds, we expect the BES to be about 35 ms from $1D. Need to adjust search range accordingly.
88
URL: "" #Default URL having issues Nov 21 2024, used this instead https://dbdata3vm.fnal.gov:9443/ifbeam
9-
Bundle: "BoosterNeutrinoBeam_read"
9+
Bundle: "BoosterNeutrinoBeam_read_expanded"
1010
MultiWireBundle: "BNBMultiWire"
1111
VP873Bundle: "BNB_monitor"
1212
OffsetBundle: "BNB_BPM_settings"

0 commit comments

Comments
 (0)