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