X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FAliPHOSAnalyze.h;h=6cb7e9446cea4941939e70be155e0d107731ec89;hb=baef0810d8890cfbd9ea3a8e766812ca08a0a589;hp=7106d16fb6a0c487be21262c3fd6eac518a82d80;hpb=f251ddb2d21d0a68b370ff3014c0f3ed66636cb4;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSAnalyze.h b/PHOS/AliPHOSAnalyze.h index 7106d16fb6a..6cb7e9446ce 100644 --- a/PHOS/AliPHOSAnalyze.h +++ b/PHOS/AliPHOSAnalyze.h @@ -24,7 +24,6 @@ class TH2F ; class AliPHOSv1 ; class AliPHOSGeometry ; -class AliPHOSPID ; class AliPHOSIndexToObject ; class AliPHOSAnalyze : public TObject { @@ -54,13 +53,13 @@ public: void SetEnergyCorrection(const Float_t ecor){fCorrection = ecor ;} AliPHOSAnalyze & operator = (const AliPHOSAnalyze & rvalue) { - // assignement operator requested by coding convention - // but not needed + // assignement operator requested by coding convention but not needed abort() ; return *this ; } - private: +private: + Float_t CorrectedEnergy(const Float_t ReconstEnergy)const {return ReconstEnergy * fCorrection;} //Converts reconstructed energy (energy of the EMCRecPoint) to the energy of primary @@ -68,10 +67,10 @@ public: //(see Energy Resolution function). However, if one change parameters of reconstruction //or geometry, one have to recalculate coefficient! - private: +private: - Float_t fCorrection ; //! Conversion coefficient between True and Reconstructed energies - Int_t fEvt ; //! the evt number being processed + Float_t fCorrection ; //! Conversion coefficient between True and Reconstructed energies + Int_t fEvt ; //! the evt number being processed AliPHOSGeometry * fGeom ; //! the PHOS Geometry object AliPHOSIndexToObject * fObjGetter ; //! provides methods to retrieve objects from their index in a list AliPHOSv1 * fPHOS ; //! the PHOS object from the root file