EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
FairGeoRootBuilder.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FairGeoRootBuilder.h
1
#ifndef FAIRGEOROOTBUILDER_H
2
#define FAIRGEOROOTBUILDER_H
3
4
#include "
FairGeoBuilder.h
"
5
6
7
class
TGeoManager;
8
13
class
FairGeoRootBuilder
:
public
FairGeoBuilder
14
{
15
private
:
16
FairGeoRootBuilder
(
const
FairGeoRootBuilder
&);
17
FairGeoRootBuilder
&
operator=
(
const
FairGeoRootBuilder
&);
18
protected
:
19
TGeoManager*
geoManager
;
// ROOT geometry manager
20
public
:
21
FairGeoRootBuilder
();
22
FairGeoRootBuilder
(
const
char
*,
const
char
*);
23
~FairGeoRootBuilder
() {}
24
void
setGeoManager
(TGeoManager* me) {
geoManager
=me;}
25
Bool_t
createNode
(
FairGeoNode
*, Int_t hadFormat=0);
26
Int_t
createMedium
(
FairGeoMedium
*);
27
void
finalize
();
28
void
checkOverlaps
(Double_t ovlp=0.0001);
29
ClassDef(
FairGeoRootBuilder
,0)
//
30
};
31
32
#endif
/* !FAIRGEOROOTBUILDER_H */
EicRoot
blob
master
geobase
FairGeoRootBuilder.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:36
using
1.8.2 with
EIC GitHub integration