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