21 #ifndef STAR_StPhmdClusterCollection
22 #define STAR_StPhmdClusterCollection
24 #include "StContainers.h"
26 #include "StPhmdDetector.h"
27 #include "StPhmdCluster.h"
35 int numberOfclusters()
const;
36 StSPtrVecPhmdCluster& clusters();
37 const StSPtrVecPhmdCluster& clusters()
const;
41 void deleteClusters();
42 int clusterFinderId()
const;
43 int clusterFinderParamVersion()
const;
45 void setClusterFinderId(
int);
46 void setClusterFinderParamVersion(
int);
49 StDetectorId mDetector;
50 StSPtrVecPhmdCluster mClusters;
52 Int_t mClusterFinderId;
53 Int_t mClusterFinderParamVersion;