Skip to content

Commit 7b50b03

Browse files
Merge pull request #571 from SBNSoftware/bugfix/icarus_bnb_only_nonMerged
Fixes for compiler
2 parents 0201e50 + 34cc29f commit 7b50b03

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

sbncode/BeamSpillInfoRetriever/ICARUSBNBRetriever/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ find_package(ifdh_art)
44
cet_build_plugin(ICARUSBNBRetriever art::module
55
LIBRARIES
66
sbn_POTTools
7+
sbn_getFOM
78
SQLite::SQLite3
89
)
910

sbncode/BeamSpillInfoRetriever/ICARUSBNBRetriever/ICARUSBNBRetriever_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ class sbn::ICARUSBNBRetriever : public art::EDProducer {
126126
//
127127
art::ServiceHandle<ifbeam_ns::IFBeam> ifbeam_handle;
128128
std::unique_ptr<ifbeam_ns::BeamFolder> bfp;
129-
std::unique_ptr<ifbeam_ns::BeamFolder> offsets;
130129
std::unique_ptr<ifbeam_ns::BeamFolder> vp873;
130+
std::unique_ptr<ifbeam_ns::BeamFolder> offsets;
131131
std::unique_ptr<ifbeam_ns::BeamFolder> bfp_mwr;
132132

133133
//

sbncode/BeamSpillInfoRetriever/POTTools.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ namespace sbn::pot{
7474
double LM875B = 0; // units R/s
7575
double LM875C = 0; // units R/s
7676
double HP873 = 0; // units mm
77-
double VP873 = 0; // units mm
77+
double VP873 = 0; // units mm; not in the first IFBeam query bunch
7878
double HP875 = 0; // units mm
7979
double VP875 = 0; // units mm
8080
double HPTG1 = 0; // units mm

0 commit comments

Comments
 (0)