Skip to content
Snippets Groups Projects
Commit ba3902ff authored by Jihee Kim's avatar Jihee Kim
Browse files

Apply suggestion to calorimeters/simple_checking.cxx

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