X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FAliPHOSRecPoint.h;h=8d3c9f17ef7a97ef155131935a1cdfb4cab6b55a;hb=6e7b5431a3521ca73d3eccd2b9fe46e01e95d2d0;hp=de65da8780b59c78435a73bdbcb0fa0e1db101c5;hpb=6c370def6177fc864189e41ebf656c37daf7733d;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSRecPoint.h b/PHOS/AliPHOSRecPoint.h index de65da8780b..8d3c9f17ef7 100644 --- a/PHOS/AliPHOSRecPoint.h +++ b/PHOS/AliPHOSRecPoint.h @@ -24,6 +24,8 @@ class AliPHOSRecPoint : public AliRecPoint { public: + + typedef TObjArray RecPointsList ; AliPHOSRecPoint() ; // ctor AliPHOSRecPoint(const AliPHOSRecPoint & rp) { @@ -35,6 +37,10 @@ class AliPHOSRecPoint : public AliRecPoint { virtual ~AliPHOSRecPoint(){ // dtor } + virtual void AddDigit(AliDigitNew &){ + // do not use this definition but the one below + assert(0==1) ; + } virtual void AddDigit(AliPHOSDigit & digit, Float_t Energy) = 0 ; virtual Int_t Compare(TObject * obj) { // check why this is done @@ -58,7 +64,7 @@ class AliPHOSRecPoint : public AliRecPoint { // Print prototype } - AliPHOSRecPoint & operator = (AliPHOSRecPoint const & rvalue) { + AliPHOSRecPoint & operator = (const AliPHOSRecPoint & rvalue) { // assignement operator requested by coding convention // but not needed assert(0==1) ; @@ -69,9 +75,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)