StRoot
1
|
Public Member Functions | |
StSstClusterControl () | |
StSstClusterControl (St_clusterControl *clusterCtrl) | |
~StSstClusterControl () | |
Float_t | getHighCut () |
Float_t | getTestTolerance () |
Int_t | getClusterTreat () |
Float_t | getAdcTolerance () |
Float_t | getMatchMean () |
Float_t | getMatchSigma () |
void | setHighCut (Float_t highCut) |
void | setTestTolerance (Float_t testTolerance) |
void | setClusterTreat (Int_t clusterTreat) |
void | setAdcTolerance (Float_t adcTolerance) |
void | setMatchMean (Float_t matchMean) |
void | setMatchSigma (Float_t matchSigma) |
void | printParameters () |
Definition at line 17 of file StSstClusterControl.h.
StSstClusterControl::StSstClusterControl | ( | ) |
Basic constructor. The members are filled in the code
Definition at line 25 of file StSstClusterControl.cxx.
StSstClusterControl::StSstClusterControl | ( | St_clusterControl * | clusterCtrl | ) |
Constructor loading the parameters from the Db table
Definition at line 37 of file StSstClusterControl.cxx.
StSstClusterControl::~StSstClusterControl | ( | ) |
The destructor deletes nothing
Definition at line 54 of file StSstClusterControl.cxx.
void StSstClusterControl::printParameters | ( | ) |
Printing the major parameters
Definition at line 60 of file StSstClusterControl.cxx.