FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
ftof
PndGeoFtofPar.cxx
Go to the documentation of this file.
1
//
3
// PndGeoFTofPar
4
//
5
//
7
8
#include "
PndGeoFtofPar.h
"
9
#include "FairParamList.h"
10
#include "iostream"
11
#include "iomanip"
12
13
ClassImp
(
PndGeoFtofPar
)
14
15
PndGeoFtofPar
::
PndGeoFtofPar
(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
PndGeoFtofPar::~PndGeoFtofPar
(
void
) {
24
}
25
26
// probably the next funtions can be deleted
27
28
void
PndGeoFtofPar::clear
(
void
) {
29
if
(
fGeoSensNodes
)
delete
fGeoSensNodes
;
30
if
(
fGeoPassNodes
)
delete
fGeoPassNodes
;
31
}
32
33
void
PndGeoFtofPar::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
PndGeoFtofPar::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
}
PndGeoFtofPar::putParams
void putParams(FairParamList *)
Definition:
PndGeoFtofPar.cxx:33
PndGeoFtofPar::getParams
Bool_t getParams(FairParamList *)
Definition:
PndGeoFtofPar.cxx:39
PndGeoFtofPar
Definition:
PndGeoFtofPar.h:12
PndGeoFtofPar::~PndGeoFtofPar
~PndGeoFtofPar(void)
Definition:
PndGeoFtofPar.cxx:23
PndGeoFtofPar::fGeoSensNodes
TObjArray * fGeoSensNodes
Definition:
PndGeoFtofPar.h:14
PndGeoFtofPar::clear
void clear(void)
Definition:
PndGeoFtofPar.cxx:28
PndGeoFtofPar::fGeoPassNodes
TObjArray * fGeoPassNodes
Definition:
PndGeoFtofPar.h:15
name
TString name
Definition:
createRootGeoFile.C:82
ClassImp
ClassImp(PndAnaContFact)
Bool_t
Bool_t
Definition:
SimCompleteLinkDef.h:6
PndGeoFtofPar.h
Generated on Wed Apr 3 2019 08:43:57 for FairRoot/PandaRoot by
1.8.5