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
PHGeomIOTGeo.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHGeomIOTGeo.h
1
// $Id: $
2
11
#ifndef PHGEOMETRY_PHGEOMIOTGEO_H
12
#define PHGEOMETRY_PHGEOMIOTGEO_H
13
14
#include <
phool/PHObject.h
>
15
16
#include <iostream>
17
#include <vector>
18
19
class
TGeoVolume;
20
class
TGeoManager;
21
27
class
PHGeomIOTGeo
:
public
PHObject
28
{
29
public
:
30
PHGeomIOTGeo
();
31
~PHGeomIOTGeo
()
override
;
32
33
PHObject
*
CloneMe
()
const override
{
return
new
PHGeomIOTGeo
(*
this
);}
34
38
void
39
identify
(std::ostream& os = std::cout)
const override
;
40
42
void
43
Reset
()
override
;
44
46
int
47
isValid
()
const override
;
48
50
void
51
SetGeometry
(
const
TGeoVolume*
g
);
52
54
TGeoManager*
55
ConstructTGeoManager
();
56
60
TGeoVolume*
61
GetGeometryCopy
();
62
63
std::vector<char>&
64
GetData
()
65
{
66
return
Data
;
67
}
68
69
const
std::vector<char>&
70
GetData
()
const
71
{
72
return
Data
;
73
}
74
75
protected
:
77
std::vector<char>
Data
;
78
79
ClassDefOverride(
PHGeomIOTGeo
, 3)
80
};
81
82
#endif
coresoftware
blob
master
offline
packages
PHGeometry
PHGeomIOTGeo.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:36
using
1.8.2 with
ECCE GitHub integration