#include <PndTutPar.h>
Definition at line 13 of file PndTutPar.h.
PndTutPar::PndTutPar |
( |
const char * |
name = "PndTutParTest" , |
|
|
const char * |
title = "Tutorial parameter" , |
|
|
const char * |
context = "TestDefaultContext" |
|
) |
| |
PndTutPar::~PndTutPar |
( |
void |
| ) |
|
|
inline |
void PndTutPar::clear |
( |
void |
| ) |
|
|
inline |
const char* PndTutPar::GetFeType |
( |
| ) |
const |
|
inline |
Int_t PndTutPar::GetNrTopFE |
( |
| ) |
const |
|
inline |
Bool_t PndTutPar::getParams |
( |
FairParamList * |
list | ) |
|
Definition at line 23 of file PndTutPar.cxx.
References Double_t, fFeType, fTopAnchor, fTopNrFE, fTopPitch, x, y, and z.
25 std::cout<<
"-I- PndTutPar::getParams() called"<<std::endl;
26 if (!list)
return kFALSE;
27 std::cout<<
"-I- PndTutPar::getParams() 1 ";
29 if (!list->fill(
"top_pitch", &
fTopPitch))
return kFALSE;
32 if (!list->fill(
"top_anchor_x", &x))
return kFALSE;
33 if (!list->fill(
"top_anchor_y", &y))
return kFALSE;
34 if (!list->fill(
"top_anchor_z", &z))
return kFALSE;
37 if (!list->fill(
"nr_fe_top", &
fTopNrFE))
return kFALSE;
39 std::cout<<
"4 "<<std::endl;
40 if (!list->fill(
"fe_Type",feName,80))
return kFALSE;
TVector3 PndTutPar::GetTopAnchor |
( |
| ) |
const |
|
inline |
Double_t PndTutPar::GetTopPitch |
( |
| ) |
const |
|
inline |
void PndTutPar::Print |
( |
| ) |
|
void PndTutPar::putParams |
( |
FairParamList * |
list | ) |
|
void PndTutPar::SetFeType |
( |
TString |
x | ) |
|
|
inline |
void PndTutPar::SetNrTopFE |
( |
Int_t |
x | ) |
|
|
inline |
void PndTutPar::SetTopAnchor |
( |
TVector3 |
x | ) |
|
|
inline |
void PndTutPar::SetTopPitch |
( |
Double_t |
x | ) |
|
|
inline |
TVector3 PndTutPar::fTopAnchor |
|
private |
Int_t PndTutPar::fTopNrFE |
|
private |
The documentation for this class was generated from the following files: