ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4CylinderGeom.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4CylinderGeom.cc
1 #include "PHG4CylinderGeom.h"
2 
3 using namespace std;
4 
5 void
6 PHG4CylinderGeom::identify(std::ostream& os) const
7 {
8  os << "virtual PHG4CylinderGeom"
9  << endl;
10  return;
11 }