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