StRoot
1
|
Public Member Functions | |
StSstDynamicControl () | |
StSstDynamicControl (St_sstSlsCtrl *sstCtrl) | |
~StSstDynamicControl () | |
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 () |
Definition at line 18 of file StSstDynamicControl.h.
StSstDynamicControl::StSstDynamicControl | ( | ) |
Basic Constructor
Definition at line 26 of file StSstDynamicControl.cxx.
StSstDynamicControl::StSstDynamicControl | ( | St_sstSlsCtrl * | sstCtrl | ) |
Constructor loading the parameters from the Db table
Definition at line 32 of file StSstDynamicControl.cxx.
StSstDynamicControl::~StSstDynamicControl | ( | ) |
The destructor deletes nothing
Definition at line 56 of file StSstDynamicControl.cxx.
void StSstDynamicControl::printParameters | ( | ) |
Printing the major parameters
Definition at line 64 of file StSstDynamicControl.cxx.