#include <PndHypDigiPar.h>
Definition at line 19 of file PndHypDigiPar.h.
PndHypDigiPar::PndHypDigiPar |
( |
const char * |
name = "PndHypParTest" , |
|
|
const char * |
title = "Hyp digi parameter" , |
|
|
const char * |
context = "TestDefaultContext" |
|
) |
| |
PndHypDigiPar::~PndHypDigiPar |
( |
void |
| ) |
|
|
inline |
void PndHypDigiPar::clear |
( |
void |
| ) |
|
|
inline |
Bool_t PndHypDigiPar::getParams |
( |
FairParamList * |
list | ) |
|
Definition at line 21 of file PndHypDigiPar.cxx.
References dimX, dimY, noise, and threshold.
23 if (!list)
return kFALSE;
24 if (!list->fill(
"dimX",&
dimX))
return kFALSE;
25 if (!list->fill(
"dimY",&
dimY))
return kFALSE;
27 if (!list->fill(
"threshold",&
threshold))
return kFALSE;
28 if (!list->fill(
"noise",&
noise))
return kFALSE;
void PndHypDigiPar::putParams |
( |
FairParamList * |
list | ) |
|
The documentation for this class was generated from the following files: