X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FAliPHOSCpvRecPoint.h;h=dea15b2a3b448c5109bd4cad41aadd161f834a88;hb=702ab87e845509d9379dca12e47c7e8a37eba7f6;hp=b1f75ce898ac62e2009f7b237a41dc09ffb1ce9a;hpb=ffcecca693784f7843f4457d4b9316dbd29489cb;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSCpvRecPoint.h b/PHOS/AliPHOSCpvRecPoint.h index b1f75ce898a..dea15b2a3b4 100644 --- a/PHOS/AliPHOSCpvRecPoint.h +++ b/PHOS/AliPHOSCpvRecPoint.h @@ -5,6 +5,11 @@ /* $Id$ */ +/* History of cvs commits: + * + * $Log$ + */ + //_________________________________________________________________________ // RecPoint implementation for PHOS-CPV // An CpvRecPoint is a cluster of digits @@ -41,13 +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() ; + void Print(const Option_t * = "") const ; AliPHOSCpvRecPoint & operator = (const AliPHOSCpvRecPoint & /*rvalue*/) { Fatal("operator =", "not implemented") ; return *this ;