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

Apply suggestion to calorimeters/simple_checking.cxx

parent a9ee0efd
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ std::cout << "testing 4\n"; ...@@ -113,7 +113,7 @@ std::cout << "testing 4\n";
TCanvas* c = new TCanvas(); TCanvas* c = new TCanvas();
//d1.Snapshot("digitized_EVENT","test_gem_tracker_digi.root"); //d1.Snapshot("digitized_EVENT","test_gem_tracker_digi.root");
h0->DrawClone(); std::cout << "testing 5\n";
std::cout << *n0 << " events with nonzero hits\n"; std::cout << *n0 << " events with nonzero hits\n";
if(*n0<5) { if(*n0<5) {
......
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