Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:18:54

0001 #include "PHG4BlockGeom.h"
0002 
0003 using namespace std;
0004 
0005 void PHG4BlockGeom::identify(std::ostream& os) const
0006 {
0007   os << "virtual PHG4BlockGeom"
0008      << endl;
0009   return;
0010 }