StRoot
1
|
#include <StSsdClusterControl.h>
Public Member Functions | |
StSsdClusterControl () | |
StSsdClusterControl (St_clusterControl *clusterCtrl) | |
~StSsdClusterControl () | |
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 () |
Storage class for the clusterisation/matching parameters
Definition at line 14 of file StSsdClusterControl.h.
StSsdClusterControl::StSsdClusterControl | ( | ) |
Basic constructor. The members are filled in the code
Definition at line 8 of file StSsdClusterControl.cxx.
StSsdClusterControl::StSsdClusterControl | ( | St_clusterControl * | clusterCtrl | ) |
Constructor loading the parameters from the Db table
Definition at line 24 of file StSsdClusterControl.cxx.
StSsdClusterControl::~StSsdClusterControl | ( | ) |
The destructor deletes nothing
Definition at line 42 of file StSsdClusterControl.cxx.
void StSsdClusterControl::printParameters | ( | ) |
Printing the major parameters
Definition at line 48 of file StSsdClusterControl.cxx.