File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,6 @@ namespace larcv {
369369 LARCV_DEBUG () << " Current input tree index: " << _in_tree_index << std::endl;
370370 return true ;
371371 }
372-
373372 bool IOManager::save_entry ()
374373 {
375374 LARCV_DEBUG () << " start" << std::endl;
@@ -449,6 +448,7 @@ namespace larcv {
449448
450449 return true ;
451450 }
451+
452452 void IOManager::clear_entry ()
453453 {
454454 for (auto & p : _product_ptr_v) {
@@ -552,6 +552,7 @@ namespace larcv {
552552 __ioman_mtx.unlock ();
553553 return _product_ptr_v[id];
554554 }
555+
555556 void IOManager::set_id (const size_t run, const size_t subrun, const size_t event) {
556557
557558 if (_io_mode == kREAD ) {
@@ -571,7 +572,8 @@ namespace larcv {
571572
572573 _set_event_id = tmp;
573574
574- }
575+ }
576+
575577 void IOManager::set_id () {
576578 LARCV_DEBUG () << " start" << std::endl;
577579
@@ -601,7 +603,8 @@ namespace larcv {
601603 }
602604
603605 }
604- }
606+ }
607+
605608 void IOManager::finalize ()
606609 {
607610 LARCV_DEBUG () << " start" << std::endl;
You can’t perform that action at this time.
0 commit comments