13 #ifndef STAR_StSstClusterControl
14 #define STAR_StSstClusterControl
16 class St_clusterControl;
24 Float_t getTestTolerance();
25 Int_t getClusterTreat();
26 Float_t getAdcTolerance();
27 Float_t getMatchMean();
28 Float_t getMatchSigma();
30 void setHighCut(Float_t highCut);
31 void setTestTolerance(Float_t testTolerance);
32 void setClusterTreat(Int_t clusterTreat);
33 void setAdcTolerance(Float_t adcTolerance);
34 void setMatchMean(Float_t matchMean);
35 void setMatchSigma(Float_t matchSigma);
41 Float_t mTestTolerance;
43 Float_t mAdcTolerance;
48 inline Float_t StSstClusterControl::getHighCut() {
return mHighCut; }
49 inline Float_t StSstClusterControl::getTestTolerance() {
return mTestTolerance; }
50 inline Int_t StSstClusterControl::getClusterTreat() {
return mClusterTreat; }
51 inline Float_t StSstClusterControl::getAdcTolerance() {
return mAdcTolerance; }
52 inline Float_t StSstClusterControl::getMatchMean() {
return mMatchMean; }
53 inline Float_t StSstClusterControl::getMatchSigma() {
return mMatchSigma; }
55 inline void StSstClusterControl::setHighCut(Float_t highCut) {mHighCut = highCut;}
56 inline void StSstClusterControl::setTestTolerance(Float_t testTolerance) {mTestTolerance = testTolerance;}
57 inline void StSstClusterControl::setClusterTreat(Int_t clusterTreat) {mClusterTreat = clusterTreat;}
58 inline void StSstClusterControl::setAdcTolerance(Float_t adcTolerance) {mAdcTolerance = adcTolerance;}
59 inline void StSstClusterControl::setMatchMean(Float_t matchMean) {mMatchMean = matchMean;}
60 inline void StSstClusterControl::setMatchSigma(Float_t matchSigma) {mMatchSigma = matchSigma;}