]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSEmcRecPoint.h
Adapt add macro and particle/cluster containers for the analysis on jets
[u/mrichter/AliRoot.git] / PHOS / AliPHOSEmcRecPoint.h
index fe3c3c3f26e18fd708980085199f74e36d4f4992..2a870e5314ccda406260a7d40055c843949e5c7e 100644 (file)
@@ -120,8 +120,10 @@ protected:
   Float_t fDistToBadCrystal;  // Distance to nearest bad crystal
 
   Int_t fDebug;               //! debug level (0 - no output)
-  
-  ClassDef(AliPHOSEmcRecPoint,3)  // EMC RecPoint (cluster)
+   Long64_t fInstCount;
+  static Long64_t fgInstCount;
+  ClassDef(AliPHOSEmcRecPoint,4)  // EMC RecPoint (cluster)
 
 };