2 #include "StSsdUtil/StSsdClusterControl.h"
4 #include "tables/St_clusterControl_Table.h"
27 clusterControl_st *cluster = clusterCtrl->GetTable();
28 if (!cluster) gMessMgr->Error() <<
"No clusterControl_st table available" << endm;
31 mHighCut = cluster[0].highCut;
32 mTestTolerance = cluster[0].testTolerance;
33 mClusterTreat = cluster[0].clusterTreat;
34 mAdcTolerance = cluster[0].adcTolerance;
35 mMatchMean = cluster[0].matchMean;
36 mMatchSigma = cluster[0].matchSigma;
49 cout<<
"**** **** SSD Cluster Control Parameters **** ****"<<endl;
50 cout<<
"**** HighCut = "<<this->getHighCut()<<
" ****"<<endl;
51 cout<<
"**** TestTolerance = "<<this->getTestTolerance()<<
" ****"<<endl;
52 cout<<
"**** ClusterTreat = "<<this->getClusterTreat()<<
" ****"<<endl;
53 cout<<
"**** AdcTolerance = "<<this->getAdcTolerance()<<
" ****"<<endl;
54 cout<<
"**** MatchMean = "<<this->getMatchMean()<<
" ****"<<endl;
55 cout<<
"**** MatchSigma = "<<this->getMatchSigma()<<
" ****"<<endl;
56 cout<<
"**************************************"<<endl;