Skip to content
Snippets Groups Projects
Commit 32605af4 authored by Andre Sailer's avatar Andre Sailer
Browse files

DDG4: Fix output when getting exception in sensitive detector

parent 31debfd2
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ namespace DD4hep {
<< " Post (" <<std::setw(24) << step->GetPostStepPoint()->GetMomentum() << ") "
<< std::endl;
std::cout << out;
std::cout << out.str();
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment