File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919#include < Acts/Propagator/Navigator.hpp>
2020#include < Acts/Propagator/Propagator.hpp>
2121
22+ #include < streamlog/streamlog.h>
23+ #include < marlin/VerbosityLevels.h>
2224
2325using Stepper = Acts::EigenStepper<>;
2426using Navigator = Acts::Navigator;
@@ -360,7 +362,7 @@ EVENT::Track* ACTS2Marlin_track(
360362 track->trackStates ().push_back (trackStateAtCalo);
361363 }
362364 else {
363- std::cout << " Failed propagation! " << std::endl;
365+ streamlog_out (DEBUG) << " Failed propagation! " << std::endl;
364366 }
365367 }
366368 else {
@@ -375,7 +377,7 @@ EVENT::Track* ACTS2Marlin_track(
375377 track->trackStates ().push_back (trackStateAtCalo);
376378 }
377379 else {
378- std::cout << " Failed propagation!" << std::endl;
380+ streamlog_out (DEBUG) << " Failed propagation!" << std::endl;
379381 }
380382 }
381383 }
You can’t perform that action at this time.
0 commit comments