ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
CaloBase
CaloReco
centrality
ClusterIso
compressor
Half
HelixHough
intt
jetbackground
KFParticle_sPHENIX
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
macros
PHGeomFileImport.cc
PHGeomFileImport.h
PHGeomIOTGeo.cc
PHGeomIOTGeo.h
PHGeomIOTGeoLinkDef.h
PHGeomTGeo.cc
PHGeomTGeo.h
PHGeomUtility.cc
PHGeomUtility.h
PHTpcTracker
tpc
tpccalib
tpcdaq
trackbase
trackbase_historic
trackreco
trigger
vararray
QA
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHGeomFileImport.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHGeomFileImport.h
1
#ifndef PHGEOMETRY_PHGEOMFILEIMPORT_H
2
#define PHGEOMETRY_PHGEOMFILEIMPORT_H
3
4
#include <
fun4all/SubsysReco.h
>
5
6
#include <string>
7
8
class
PHCompositeNode
;
9
11
class
PHGeomFileImport
:
public
SubsysReco
12
{
13
public
:
14
explicit
PHGeomFileImport
(
const
std::string &geometry_file);
15
~PHGeomFileImport
()
override
{}
16
17
int
InitRun
(
PHCompositeNode
*topNode)
override
;
18
19
protected
:
20
std::string
m_GeometryFile
;
21
};
22
23
#endif
coresoftware
blob
master
offline
packages
PHGeometry
PHGeomFileImport.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:36
using
1.8.2 with
ECCE GitHub integration