Class Reference for E1039 Core & Analysis Software
PHG4CylinderGeom.cc
Go to the documentation of this file.
1 #include "PHG4CylinderGeom.h"
2 #include <cmath>
3 
4 using namespace std;
5 
6 void
7 PHG4CylinderGeom::identify(std::ostream& os) const
8 {
9  os << "virtual PHG4CylinderGeom"
10  << endl;
11  return;
12 }
virtual void identify(std::ostream &os=std::cout) const