]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRecPoint.h
Made the typedef public
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecPoint.h
index cd9e45a4fc8469ce0b875791aec0c4f019afdc14..2f936263174cde83a7456f1275761a519d8dcd7d 100644 (file)
@@ -24,6 +24,8 @@
 class AliPHOSRecPoint : public AliRecPoint {
 
  public:
+  
+  typedef TObjArray RecPointsList ; 
 
   AliPHOSRecPoint() ;                   // ctor         
   AliPHOSRecPoint(const AliPHOSRecPoint & rp) {
@@ -69,9 +71,6 @@ class AliPHOSRecPoint : public AliRecPoint {
   
   Int_t fPHOSMod ;      // PHOS Module number in which the RecPoint is found
 
- private:
-  
-  typedef TObjArray RecPointsList ; 
 
   ClassDef(AliPHOSRecPoint,1) // RecPoint for PHOS (Base Class)