X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliESDCaloCluster.h;h=1f36a9050a2d6b220f7b5b01ba35de120ebe844b;hb=90319d496fd3dcd964578266f82036b0a875e05d;hp=afa806f75ed6f0f03a17f239a884572aa337331f;hpb=b5d34a4c4b711a4d32b05fe575679e8289694b28;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliESDCaloCluster.h b/STEER/AliESDCaloCluster.h index afa806f75ed..1f36a9050a2 100644 --- a/STEER/AliESDCaloCluster.h +++ b/STEER/AliESDCaloCluster.h @@ -31,6 +31,8 @@ public: void SetID(Int_t id) {fID = id;} Int_t GetID() const {return fID;} + enum ClusterType {kPseudoCluster, kClusterv1};//Two types of clusters stored + //in EMCAL. void SetClusterType(Int_t type) { fClusterType = type; } Int_t GetClusterType() const {return fClusterType; }