FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
scitil
SciTMC
PndGeoSciTPar.cxx
Go to the documentation of this file.
1
//
3
// PndGeoFSciTPar
4
//
5
//
7
8
#include "
PndGeoSciTPar.h
"
9
#include "FairParamList.h"
10
#include "iostream"
11
#include "iomanip"
12
13
ClassImp
(
PndGeoSciTPar
)
14
15
PndGeoSciTPar
::
PndGeoSciTPar
(const
char
*
name
,const
char
* title,const
char
* context)
16
: FairParGenericSet(name,title,context) {
17
18
fGeoSensNodes =
new
TObjArray();
19
fGeoPassNodes =
new
TObjArray();
20
21
}
22
23
PndGeoSciTPar::~PndGeoSciTPar
(
void
) {
24
}
25
26
// probably the next funtions can be deleted
27
28
void
PndGeoSciTPar::clear
(
void
) {
29
if
(
fGeoSensNodes
)
delete
fGeoSensNodes
;
30
if
(
fGeoPassNodes
)
delete
fGeoPassNodes
;
31
}
32
33
void
PndGeoSciTPar::putParams
(FairParamList* l) {
34
if
(!l)
return
;
35
// l->addObject("FairGeoNodes Sensitive List", fGeoSensNodes);
36
// l->addObject("FairGeoNodes Passive List", fGeoPassNodes);
37
}
38
39
Bool_t
PndGeoSciTPar::getParams
(FairParamList* l) {
40
if
(!l)
return
kFALSE;
41
// if (!l->fillObject("FairGeoNodes Sensitive List", fGeoSensNodes)) return kFALSE;
42
// if (!l->fillObject("FairGeoNodes Passive List", fGeoPassNodes)) return kFALSE;
43
44
return
kTRUE;
45
}
PndGeoSciTPar::putParams
void putParams(FairParamList *)
Definition:
PndGeoSciTPar.cxx:33
PndGeoSciTPar::fGeoSensNodes
TObjArray * fGeoSensNodes
Definition:
PndGeoSciTPar.h:14
PndGeoSciTPar
Definition:
PndGeoSciTPar.h:12
PndGeoSciTPar::getParams
Bool_t getParams(FairParamList *)
Definition:
PndGeoSciTPar.cxx:39
name
TString name
Definition:
createRootGeoFile.C:82
PndGeoSciTPar::fGeoPassNodes
TObjArray * fGeoPassNodes
Definition:
PndGeoSciTPar.h:15
PndGeoSciTPar::~PndGeoSciTPar
~PndGeoSciTPar(void)
Definition:
PndGeoSciTPar.cxx:23
ClassImp
ClassImp(PndAnaContFact)
Bool_t
Bool_t
Definition:
SimCompleteLinkDef.h:6
PndGeoSciTPar::clear
void clear(void)
Definition:
PndGeoSciTPar.cxx:28
PndGeoSciTPar.h
Generated on Wed Apr 3 2019 10:02:52 for FairRoot/PandaRoot by
1.8.5