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

Apply suggestion to calorimeters/simple_checking.cxx

parent 54dbc196
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ std::cout << "testing 2\n";
//auto surfMap = surfMan.map( "world" ) ;
auto nhits = [] (std::vector<dd4hep::sim::Geant4Calorimeter::Hit*>& hits){ return (int) hits.size(); };
//auto hit_position = [&](const std::vector<dd4hep::sim::Geant4Tracker::Hit*>& hits){
std::cout << "testing 3\n";
//for(const auto& h: hits){
// //std::cout << (h->position/10.0) << std::endl;
// //std::cout << cellid_converter.position(h->cellID) << std::endl;
......
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