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
FairGeoLoader.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FairGeoLoader.h
1
/***************************************************************************
2
FairGeoLoader.h - description
3
-------------------
4
begin : Thu Jun 17 2004
5
copyright : (C) 2004 by turany
6
email : m.al-turany@gsi.de
7
***************************************************************************/
8
9
10
#ifndef FairGeoLOADER_H
11
#define FairGeoLOADER_H
12
13
#include "TNamed.h"
14
15
16
class
FairGeoInterface
;
17
class
FairGeoBuilder
;
22
class
FairGeoLoader
:
public
TNamed
23
{
24
public
:
25
FairGeoLoader
(
const
char
*
Name
,
const
char
*
title
);
26
FairGeoLoader
();
27
virtual
~FairGeoLoader
();
28
FairGeoInterface
*
getGeoInterface
() {
return
fInterface
;}
29
FairGeoBuilder
*
getGeoBuilder
() {
return
fGeoBuilder
; }
31
static
FairGeoLoader
*
Instance
();
32
33
private
:
34
FairGeoLoader
(
const
FairGeoLoader
&);
35
FairGeoLoader
&
operator=
(
const
FairGeoLoader
&);
36
static
FairGeoLoader
*
fgInstance
;
37
FairGeoInterface
*
fInterface
;
38
FairGeoBuilder
*
fGeoBuilder
;
39
ClassDef(
FairGeoLoader
,1)
40
41
};
42
43
#endif
EicRoot
blob
master
geobase
FairGeoLoader.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:36
using
1.8.2 with
EIC GitHub integration