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
CbmGeoRichPar.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CbmGeoRichPar.h
1
10
#ifndef CBM_GEO_RICH_PAR
11
#define CBM_GEO_RICH_PAR
12
13
#include "
FairParGenericSet.h
"
14
15
class
TObjArray;
16
25
class
CbmGeoRichPar
:
public
FairParGenericSet
26
{
27
public
:
28
29
TObjArray*
fGeoSensNodes
;
// List of FairGeoNodes for sensitive volumes
30
TObjArray*
fGeoPassNodes
;
// List of FairGeoNodes for sensitive volumes
31
32
CbmGeoRichPar
(
33
const
char
*
name
=
"CbmGeoRichPar"
,
34
const
char
*
title
=
"Rich Geometry Parameters"
,
35
const
char
* context=
"TestDefaultContext"
);
36
37
~CbmGeoRichPar
(
void
);
38
39
void
clear
(
void
);
40
41
void
putParams
(
42
FairParamList
*);
43
44
Bool_t
getParams
(
45
FairParamList
*);
46
47
TObjArray*
GetGeoSensitiveNodes
(){
return
fGeoSensNodes
;}
48
49
TObjArray*
GetGeoPassiveNodes
(){
return
fGeoPassNodes
;}
50
51
private
:
55
CbmGeoRichPar
(
const
CbmGeoRichPar
&);
56
60
CbmGeoRichPar
&
operator=
(
const
CbmGeoRichPar
&);
61
62
ClassDef(
CbmGeoRichPar
,1)
63
};
64
65
#endif
EicRoot
blob
master
rich
CbmGeoRichPar.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration