Skip to content
Snippets Groups Projects
Commit ae4f7a54 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Apply suggestion to calorimeters/simple_checking.cxx

parent e16314ea
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ std::cout << "testing 4\n"; ...@@ -115,7 +115,7 @@ std::cout << "testing 4\n";
//d1.Snapshot("digitized_EVENT","test_gem_tracker_digi.root"); //d1.Snapshot("digitized_EVENT","test_gem_tracker_digi.root");
std::cout << "testing 5\n"; std::cout << "testing 5\n";
std::cout << *n0 << " events with nonzero hits\n"; std::cout << *n0 << " events with nonzero hits\n";
std::cout << "testing 6\n";
if(*n0<5) { if(*n0<5) {
std::quick_exit(1); std::quick_exit(1);
} }
......
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