From: cheynis Date: Wed, 10 Mar 2004 12:27:24 +0000 (+0000) Subject: Warnings removed X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=4fb54467effe9274d0771ab3c5ad013de3522186;p=u%2Fmrichter%2FAliRoot.git Warnings removed --- diff --git a/VZERO/AliVZEROhit.h b/VZERO/AliVZEROhit.h index 2680b365fde..7da3bfd7160 100644 --- a/VZERO/AliVZEROhit.h +++ b/VZERO/AliVZEROhit.h @@ -38,8 +38,8 @@ public: Float_t Vz() const {return fVz;}; Float_t Eloss() const {return fEloss;} Float_t Tleng() const {return fTleng;} - Float_t Nphot() const {return fNphot;} - Float_t Cell() const {return fCell;} + Int_t Nphot() const {return fNphot;} + Int_t Cell() const {return fCell;} private: Int_t fVolume; // Current volume ID