19 #include "StSstUtil/StSstClusterControl.h"
20 #include "StMessMgr.h"
21 #include "tables/St_clusterControl_Table.h"
39 clusterControl_st *cluster = clusterCtrl->GetTable();
40 if (!cluster) gMessMgr->Error() <<
"No clusterControl_st table available" << endm;
43 mHighCut = cluster[0].highCut;
44 mTestTolerance = cluster[0].testTolerance;
45 mClusterTreat = cluster[0].clusterTreat;
46 mAdcTolerance = cluster[0].adcTolerance;
47 mMatchMean = cluster[0].matchMean;
48 mMatchSigma = cluster[0].matchSigma;
61 cout<<
"**** **** SSD Cluster Control Parameters **** ****"<<endl;
62 cout<<
"**** HighCut = "<<this->getHighCut()<<
" ****"<<endl;
63 cout<<
"**** TestTolerance = "<<this->getTestTolerance()<<
" ****"<<endl;
64 cout<<
"**** ClusterTreat = "<<this->getClusterTreat()<<
" ****"<<endl;
65 cout<<
"**** AdcTolerance = "<<this->getAdcTolerance()<<
" ****"<<endl;
66 cout<<
"**** MatchMean = "<<this->getMatchMean()<<
" ****"<<endl;
67 cout<<
"**** MatchSigma = "<<this->getMatchSigma()<<
" ****"<<endl;
68 cout<<
"**************************************"<<endl;