File tree Expand file tree Collapse file tree
sbncode/BeamSpillInfoRetriever/BNBEXTRetriever Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616cmake_minimum_required (VERSION 3.20 FATAL_ERROR )
1717
1818find_package (cetmodules 3.20.00 REQUIRED )
19- project (sbncode VERSION 10.06.00.01 LANGUAGES CXX )
19+ project (sbncode VERSION 10.06.00.02 LANGUAGES CXX )
2020
2121message (STATUS "\n\n ========================== ${PROJECT_NAME} ==========================" )
2222
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ void sbn::BNBEXTRetriever::endSubRun(art::SubRun& sr)
173173 std::cout << " FAILED! " << std::endl;
174174 // probably want to throw an exception here
175175
176- for (auto ExtInfo : fOutExtInfos ){
176+ for (auto & ExtInfo : fOutExtInfos ){
177177
178178 ExtInfo.gates_since_last_trigger *= scale_factor;
179179
Original file line number Diff line number Diff line change @@ -254,8 +254,8 @@ libdir fq_dir lib
254254product version qual flags <table_format=2>
255255genie_xsec v3_04_00 -
256256larcv2 v2_2_6 -
257- larsoft v10_06_00 -
258- sbnalg v10_06_00_01 -
257+ larsoft v10_06_00_01 -
258+ sbnalg v10_06_00_02 -
259259sbndaq_artdaq_core v1_10_06 -
260260sbndata v01_07 -
261261systematicstools v01_04_04 -
You can’t perform that action at this time.
0 commit comments