X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=PHOS%2FAliPHOSCpvRecPoint.h;h=8071ace64709886280ee10bc3c1829bc29e54878;hp=0e14b3bada9bc15474542bc2fb8021f17ba9ab53;hb=090026bf446a3ebd918092c667eaf1d4c5133105;hpb=9688c1ddeb34093dbf8265987926402e715ba192 diff --git a/PHOS/AliPHOSCpvRecPoint.h b/PHOS/AliPHOSCpvRecPoint.h index 0e14b3bada9..8071ace6470 100644 --- a/PHOS/AliPHOSCpvRecPoint.h +++ b/PHOS/AliPHOSCpvRecPoint.h @@ -5,6 +5,14 @@ /* $Id$ */ +/* History of cvs commits: + * + * $Log$ + * Revision 1.18 2005/05/28 14:19:04 schutz + * Compilation warnings fixed by T.P. + * + */ + //_________________________________________________________________________ // RecPoint implementation for PHOS-CPV // An CpvRecPoint is a cluster of digits @@ -13,28 +21,24 @@ // 30 October 2000 // --- ROOT system --- -#include "TObject.h" -#include "TArrayI.h" +//#include "TObject.h" +//#include "TArrayI.h" // --- Standard library --- // --- AliRoot header files --- -#include "AliPHOSDigit.h" +//#include "AliPHOSDigit.h" #include "AliPHOSEmcRecPoint.h" -#include "AliPHOSGeometry.h" +//#include "AliPHOSGeometry.h" class AliPHOSCpvRecPoint : public AliPHOSEmcRecPoint { public: AliPHOSCpvRecPoint() ; - AliPHOSCpvRecPoint(const AliPHOSCpvRecPoint & rp) { - // cpy ctor requested by Coding Convention - // but not yet needed - assert(0==1) ; - } - + AliPHOSCpvRecPoint(const char * opt) ; + virtual ~AliPHOSCpvRecPoint() ; Int_t Compare(const TObject * obj) const; // method for sorting @@ -42,19 +46,13 @@ public: void EvalLocalPosition(Float_t logWeight,TClonesArray * digits ) ; void EvalClusterLengths(TClonesArray * digits) ; - virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py) const ; + virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py) /*const*/ ; void GetClusterLengths(Int_t &lengX, Int_t &lengZ) const {lengX = fLengX ;lengZ = fLengZ ;} Bool_t IsEmc(void) const {return kFALSE ; } // tells that this is not a EMC Bool_t IsCPV(void) const {return kTRUE ; } // true if the recpoint is in CPV Bool_t IsSortable() const { return kTRUE ; } // tells that this is a sortable object - void Print(Option_t * opt = "void") ; - - AliPHOSCpvRecPoint & operator = (const AliPHOSCpvRecPoint & rvalue) { - // assignement operator requested by coding convention but not needed - assert(0==1) ; - return *this ; - } + void Print(const Option_t * = "") const ; protected: