4 #include "StIstUtil/StIstConsts.h"
5 #include "StEvent/StIstHit.h"
20 void setApv(
unsigned char apvId);
21 void setMeanColumn(
float meanColumn);
22 void setMeanRow(
float meanRow);
23 void setClusterSizeFlag(
bool flag);
25 unsigned char getApv()
const;
26 float getMeanColumn()
const;
27 float getMeanRow()
const;
28 bool getClusterSizeFlag()
const;
29 float localPositionErr(
unsigned int i)
const;
31 void*
operator new(
size_t sz,
void *p) {
return p; }
32 void*
operator new(size_t) {
return mPool.alloc(); }
33 void operator delete(
void* p) { mPool.free(p); }
39 Bool_t mClusterSizeFlag;