StRoot
1
|
#include <StSsdDynamicControl.h>
Public Member Functions | |
StSsdDynamicControl () | |
StSsdDynamicControl (St_slsCtrl *slsCtrl) | |
~StSsdDynamicControl () | |
Int_t | getnElectronInAMip () |
Int_t | getadcDynamic () |
Int_t | geta128Dynamic () |
Int_t | getnbitEncoding () |
Double_t | getpairCreationEnergy () |
Float_t | getdaqCutValue () |
void | setnElectronInAMip (Int_t val) |
void | setadcDynamic (Int_t val) |
void | seta128Dynamic (Int_t val) |
void | setnbitEncoding (Int_t val) |
void | setnstripInACluster (Int_t val) |
void | setpairCreationEnergy (Double_t val) |
void | setparDiffP (Double_t val) |
void | setparDiffN (Double_t val) |
void | setparIndRightP (Double_t val) |
void | setparIndRightN (Double_t val) |
void | setparIndLeftP (Double_t val) |
void | setparIndLeftN (Double_t val) |
void | setdaqCutValue (Float_t val) |
void | printParameters () |
Storage class for the dynamic parameters depending on the readout electronics specifications
Definition at line 34 of file StSsdDynamicControl.h.
StSsdDynamicControl::StSsdDynamicControl | ( | ) |
Basic constructor. The members are filled in the code
Definition at line 25 of file StSsdDynamicControl.cxx.
StSsdDynamicControl::StSsdDynamicControl | ( | St_slsCtrl * | slsCtrl | ) |
Constructor loading the parameters from the Db table
Definition at line 44 of file StSsdDynamicControl.cxx.
StSsdDynamicControl::~StSsdDynamicControl | ( | ) |
The destructor deletes nothing
Definition at line 68 of file StSsdDynamicControl.cxx.
void StSsdDynamicControl::printParameters | ( | ) |
Printing the major parameters
Definition at line 75 of file StSsdDynamicControl.cxx.