X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=PHOS%2FAliPHOSPpsdRecPoint.h;h=f2a101bef9fca6e51d452082b1147f39c2063e70;hp=36bbe4db9d7c6d5aaf36daaf49a20d5a7dec2f2e;hb=2731cd1e25d597f63ec4341cc5b3c4b90ef1d012;hpb=7acf600847d7c3706c34409560cce379580d954e diff --git a/PHOS/AliPHOSPpsdRecPoint.h b/PHOS/AliPHOSPpsdRecPoint.h index 36bbe4db9d7..f2a101bef9f 100644 --- a/PHOS/AliPHOSPpsdRecPoint.h +++ b/PHOS/AliPHOSPpsdRecPoint.h @@ -30,21 +30,24 @@ public: } virtual void AddDigit(AliPHOSDigit & digit, Float_t Energy) ; Int_t Compare(const TObject * obj) const; // method to sort clusters - void EvalAll() ; - void EvalLocalPosition() ; // computes the position in the module of the cluster center - Float_t GetDelta(void) const {return fDelta ; } // returns the parameter used for sorting - Int_t GetMultiplicity(void) const { return fMulDigit ; } // returns the multiplicity of digits at - // the origin of this recpoint - Int_t GetMaximumMultiplicity() const { return fMaxDigit ; } // returns the maximum allowed digit multiplicity - Bool_t GetUp() const ; // true if cluster is in upper ppsd - Bool_t IsEmc(void) const {return kFALSE ; } // tells that this is not a EMC - Bool_t IsSortable() const { return kTRUE ; } // tells that this is a sortable object + + void EvalAll(Float_t LogWeight,TClonesArray * digits) ; + void EvalLocalPosition(Float_t LogWeight,TClonesArray * digits) ; + // computes the position in the module of the cluster center + void EvalUp(TClonesArray * digits) ; + + Int_t GetMultiplicity(void) const { return fMulDigit ; } // returns the multiplicity of digits at + // the origin of this recpoint + Int_t GetMaximumMultiplicity() const { return fMaxDigit ;} // returns the maximum allowed digit multiplicity + Bool_t GetUp() const {return fUp; } // true if cluster is in upper ppsd + Bool_t IsEmc(void) const {return kFALSE ; } // tells that this is not a EMC + Bool_t IsSortable() const { return kTRUE ; } // tells that this is a sortable object virtual void Paint(Option_t * option=""); - void Print(Option_t * opt = "void") ; + void Print(Option_t * option) ; private: - Float_t fDelta ; // parameter used for sorting + Bool_t fUp ; ClassDef(AliPHOSPpsdRecPoint,1) // PPSD RecPoint