28 #ifndef StEmcClusterCollection_hh
29 #define StEmcClusterCollection_hh
31 #include "StContainers.h"
42 StDetectorId detector()
const;
43 void setDetector(StDetectorId);
45 int numberOfClusters()
const;
46 StSPtrVecEmcCluster& clusters();
47 const StSPtrVecEmcCluster& clusters()
const;
51 int clusterFinderId()
const;
52 int clusterFinderParamVersion()
const;
53 void setClusterFinderId(
int);
54 void setClusterFinderParamVersion(
int);
57 StDetectorId mDetector;
58 StSPtrVecEmcCluster mClusters;
60 Int_t mClusterFinderId;
61 Int_t mClusterFinderParamVersion;