15 #ifndef STAR_StBarrelEmcClusterMaker
16 #define STAR_StBarrelEmcClusterMaker
33 virtual const char* GetCVS()
const
34 {
static const char cvs[] =
"Tag $Name: $ $Id: StBarrelEmcClusterMaker.h,v 1.6 2014/08/06 11:43:17 jeromel Exp $ built " __DATE__
" " __TIME__;
return cvs; }
38 void Clear(Option_t* option =
"");
43 vector<StBarrelEmcCluster*>& clusters();
46 void setSeedThreshold(
double threshold);
47 void setClusterThreshold(
double threshold);
51 float mHighTowerThreshold;
52 float mClusterThreshold;
57 vector<StBarrelEmcCluster*> mClusters;
60 void getTowerPosition(
int id, TVector3& position)
const;
66 inline vector<StBarrelEmcCluster*>& StBarrelEmcClusterMaker::clusters() {
return mClusters; }
67 inline void StBarrelEmcClusterMaker::setSeedThreshold(
double threshold) { mHighTowerThreshold = threshold; }
68 inline void StBarrelEmcClusterMaker::setClusterThreshold(
double threshold) { mClusterThreshold = threshold; }
void Clear(Option_t *option="")
User defined functions.