35 #include "StSvtProbValues.hh"
36 #include "StMessMgr.h"
39 StSvtProbValues::StSvtProbValues()
45 for(
int i = 0; i < MAX_ADC_COUNTS; i++)
49 StSvtProbValues::~StSvtProbValues()
52 void StSvtProbValues::SetProbValue(
float sigma)
60 for(
int i = 0; i < MAX_ADC_COUNTS; i++)
62 num = double(i)/(M_SQRT2*sigma);
63 mProb[i] = 0.5*(1 - erf(num));