]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRecPoint.h
Added the ctor with opt argument following Peter's suggestion
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecPoint.h
index 7287e0ba4d3b176a564c6a5ce6ba01be8b39402a..d8fb01fe8f02dc22a9d316065070190b210b58e0 100644 (file)
@@ -29,6 +29,7 @@ class AliPHOSRecPoint : public AliRecPoint {
   typedef TObjArray RecPointsList ; 
 
   AliPHOSRecPoint() ;                   // ctor         
+  AliPHOSRecPoint(const char * opt) ;   // ctor 
   AliPHOSRecPoint(const AliPHOSRecPoint & rp) {
     // cpy ctor requested by Coding Convention 
     // but not yet needed