ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHGeomFileImport.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHGeomFileImport.cc
1 #include "PHGeomFileImport.h"
2 #include "PHGeomUtility.h"
3 
4 // PHENIX includes
5 #include <fun4all/SubsysReco.h>
6 
7 class PHCompositeNode;
8 
9 using namespace std;
10 
11 PHGeomFileImport::PHGeomFileImport(const std::string &geometry_file)
12  : SubsysReco("PHGeomFileImport")
13  , m_GeometryFile(geometry_file)
14 {
15 }
16 
18 {
20 }