File tree Expand file tree Collapse file tree
sbncode/BeamSpillInfoRetriever Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ find_package(ifdh_art)
44cet_build_plugin (ICARUSBNBRetriever art::module
55 LIBRARIES
66 sbn_POTTools
7+ sbn_getFOM
78 SQLite::SQLite3
89)
910
Original file line number Diff line number Diff 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 //
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments