Class Reference for E1039 Core & Analysis Software
|
Toolsets to do geometry operations. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/PHGeometry/PHGeomUtility.h>
Static Public Member Functions | |
static TGeoManager * | GetTGeoManager (PHCompositeNode *topNode) |
Main user interface: DST node -> TGeoManager for downstream use. More... | |
static int | ImportGeomFile (PHCompositeNode *topNode, const std::string &geometry_file) |
TGeo ROOT/GDML/Macro file -> DST node with automatic file type discrimination based on file names. More... | |
static int | ImportCurrentTGeoManager (PHCompositeNode *topNode) |
gGeoManager -> DST node More... | |
static void | ExportGeomtry (PHCompositeNode *topNode, const std::string &geometry_file) |
DST node -> TGeoManager -> export files, like gdml, .root or .C formats. More... | |
static PHGeomTGeo * | GetGeomTGeoNode (PHCompositeNode *topNode, bool build_new=true) |
Get non-persistent PHGeomTGeo from DST nodes. If not found, make a new one. More... | |
static PHGeomIOTGeo * | GetGeomIOTGeoNode (PHCompositeNode *topNode, bool build_new=true) |
Get persistent PHGeomIOTGeo from DST nodes. If not found, make a new one. More... | |
static PHGeomIOTGeo * | UpdateIONode (PHCompositeNode *topNode) |
static PHGeomTGeo * | LoadFromIONode (PHCompositeNode *topNode) |
static std::string | GenerateGeometryFileName (const std::string &filename_extension="gdml") |
static bool | RemoveGeometryFile (const std::string &file_name) |
delete the geometry file after use More... | |
static void | SetVerbosity (int v) |
Verbosity for geometry IO like, TGeoMangers. More... | |
static int | GetVerbosity () |
Verbosity for geometry IO like, TGeoMangers. More... | |
static std::string | GetDSTNodeName () |
DST node name for RunTime geometry object. More... | |
static std::string | GetDSTIONodeName () |
DST node name for persistent geometry storage node. More... | |
Protected Member Functions | |
PHGeomUtility () | |
virtual | ~PHGeomUtility () |
Toolsets to do geometry operations.
Definition at line 16 of file PHGeomUtility.h.
|
protected |
Definition at line 28 of file PHGeomUtility.cc.
|
protectedvirtual |
Definition at line 32 of file PHGeomUtility.cc.
|
static |
DST node -> TGeoManager -> export files, like gdml, .root or .C formats.
Definition at line 62 of file PHGeomUtility.cc.
|
static |
Make a name for tmp geometry file Geometry files gain a size of ~10MB and it used in translation from Geant4 to DST format. This tmp file should be on a local file system (/tmp/) and write/deletable
Definition at line 179 of file PHGeomUtility.cc.
Referenced by PHG4Reco::InitRun().
|
inlinestatic |
DST node name for persistent geometry storage node.
Definition at line 87 of file PHGeomUtility.h.
|
inlinestatic |
DST node name for RunTime geometry object.
Definition at line 80 of file PHGeomUtility.h.
|
static |
Get persistent PHGeomIOTGeo from DST nodes. If not found, make a new one.
Definition at line 147 of file PHGeomUtility.cc.
References PHCompositeNode::addNode(), PHNodeIterator::findFirst(), and NULL.
|
static |
Get non-persistent PHGeomTGeo from DST nodes. If not found, make a new one.
Definition at line 114 of file PHGeomUtility.cc.
References PHCompositeNode::addNode(), PHNodeIterator::findFirst(), and NULL.
Referenced by SQReco::InitGeom().
|
static |
Main user interface: DST node -> TGeoManager for downstream use.
DST node -> TGeoManager for downstream use.
Definition at line 39 of file PHGeomUtility.cc.
References PHGeomTGeo::GetGeometry(), PHGeomTGeo::isValid(), and NULL.
Referenced by SQReco::InitGeom().
|
static |
Verbosity for geometry IO like, TGeoMangers.
Definition at line 287 of file PHGeomUtility.cc.
References PHFlag::FlagExist(), PHFlag::get_IntFlag(), and recoConsts::instance().
|
static |
gGeoManager -> DST node
Definition at line 97 of file PHGeomUtility.cc.
References Fun4AllReturnCodes::EVENT_OK, PHGeomTGeo::GetGeometry(), PHGeomTGeo::isValid(), and PHGeomTGeo::SetGeometry().
|
static |
TGeo ROOT/GDML/Macro file -> DST node with automatic file type discrimination based on file names.
Definition at line 73 of file PHGeomUtility.cc.
References Fun4AllReturnCodes::ABORTRUN, Fun4AllReturnCodes::EVENT_OK, PHGeomTGeo::GetGeometry(), NULL, PHGeomTGeo::Reset(), and PHGeomTGeo::SetGeometry().
Referenced by SQReco::InitGeom(), PHGeomFileImport::InitRun(), and PHG4Reco::InitRun().
|
static |
Build or update PHGeomTGeo node RUN/GEOMETRY based on the persistent PHGeomIOTGeo node RUN/GEOMETRY_IO
Definition at line 244 of file PHGeomUtility.cc.
References PHGeomIOTGeo::ConstructTGeoManager(), PHGeomIOTGeo::isValid(), NULL, and PHGeomTGeo::SetGeometry().
Referenced by SQReco::InitGeom().
|
static |
delete the geometry file after use
Definition at line 190 of file PHGeomUtility.cc.
Referenced by PHG4Reco::InitRun().
|
static |
Verbosity for geometry IO like, TGeoMangers.
Definition at line 279 of file PHGeomUtility.cc.
References recoConsts::instance(), and PHFlag::set_IntFlag().
|
static |
Update persistent PHGeomIOTGeo node RUN/GEOMETRY_IO based on run-time object PHGeomTGeo at RUN/GEOMETRY
Definition at line 214 of file PHGeomUtility.cc.
References PHGeomTGeo::GetGeometry(), PHGeomTGeo::isValid(), NULL, and PHGeomIOTGeo::SetGeometry().