From f3614f908d841a1e21a0c28a078c95ceffc961e9 Mon Sep 17 00:00:00 2001 From: morsch Date: Tue, 20 Mar 2001 14:27:55 +0000 Subject: [PATCH] Comment without information removed. --- MUON/AliMUONHit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MUON/AliMUONHit.h b/MUON/AliMUONHit.h index 9ed268c68e0..b1001ab1ebf 100644 --- a/MUON/AliMUONHit.h +++ b/MUON/AliMUONHit.h @@ -27,7 +27,7 @@ class AliMUONHit : public AliHit { Float_t Px() {return fPx;} Float_t Py() {return fPy;} Float_t Pz() {return fPz;} - Float_t Cx() {return fPx/fPTot;} // why remove existing methods ?? + Float_t Cx() {return fPx/fPTot;} Float_t Cy() {return fPy/fPTot;} Float_t Cz() {return fPz/fPTot;} -- 2.43.0