54 #ifndef STAR_StSstPointMaker
55 #define STAR_StSstPointMaker
56 #include "Riostream.h"
60 #include "StSstUtil/StSstDynamicControl.h"
61 #include "StSstUtil/StSstClusterControl.h"
77 class sstClusterControl_st;
78 class sstStripCalib_st;
79 class sstGainCalibWafer_st;
80 class sstWaferConfiguration_st;
86 virtual Int_t InitRun(
int runumber);
89 virtual void PrintInfo();
95 void PrintStripDetails(
StSstBarrel *mySst,
int mywafer);
96 void PrintClusterDetails(
StSstBarrel *mySst,
int mywafer);
97 void PrintPointDetails(
StSstBarrel *mySst,
int mywafer);
98 void PrintPackageDetails(
StSstBarrel *mySst,
int mywafer);
99 void FillCalibTable();
100 void FillWaferTable();
101 void FillDefaultCalibTable();
102 void FillDefaultWaferTable();
103 void FillDefaultChipNoiseTable();
106 sstGainCalibWafer_st *mGain;
107 sstWaferConfiguration_st *mWafConfig;
108 sstStripCalib_st *mPedRmsData;
109 sstSlsCtrl_st *mCtrl;
110 sstClusterControl_st *mClusterCtrl;
113 float mCalibArray[320];
114 int mWaferStatus[20][16];
116 virtual const char *GetCVS()
const
117 {
static const char cvs[]=
"Tag $Name: $ $Id: StSstPointMaker.h,v 1.2 2015/07/20 19:56:37 bouchet Exp $ built " __DATE__
" " __TIME__ ;
return cvs;}