]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDCaloCluster.h
Cluster types (Gustavo)
[u/mrichter/AliRoot.git] / STEER / AliESDCaloCluster.h
index afa806f75ed6f0f03a17f239a884572aa337331f..1f36a9050a2d6b220f7b5b01ba35de120ebe844b 100644 (file)
@@ -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; }