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

Apply suggestion to calorimeters/simple_checking.cxx

parent 773cb1da
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ std::cout << "testing 3\n";
//.Define("delta",hit_position, {"GEMTrackerHits"})
//.Define("RawTrackerHits", digitize_gem_hits, {"GEMTrackerHits"})
;
std::cout << "testing 4\n";
auto h0 = d1.Histo1D(TH1D("h0", "nhits; ", 20, 0,20), "nhits");
auto n0 = d1.Filter([](int n){ return (n>0); },{"nhits"}).Count();
......
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