From b25d64e9dc7423067fa20f75683c356df466d9c2 Mon Sep 17 00:00:00 2001 From: morsch Date: Wed, 4 Oct 2000 18:50:05 +0000 Subject: [PATCH] In Init(): (*fDpxD)[fNsec-1]=fDpx; --- MUON/AliMUONSegmentationV04.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MUON/AliMUONSegmentationV04.cxx b/MUON/AliMUONSegmentationV04.cxx index 048357bc892..8e281ec41c7 100644 --- a/MUON/AliMUONSegmentationV04.cxx +++ b/MUON/AliMUONSegmentationV04.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.4 2000/10/03 21:48:07 morsch +Adopt to const declaration of some of the methods in AliSegmentation. + Revision 1.3 2000/06/29 12:34:09 morsch AliMUONSegmentation class has been made independent of AliMUONChamber. This makes it usable with any other geometry class. The link to the object to which it belongs is @@ -89,7 +92,7 @@ void AliMUONSegmentationV04::Init(Int_t chamber) fNpy=7*nPyPCB; // // Calculate padsize along x - fDpxD[fNsec-1]=fDpx; + (*fDpxD)[fNsec-1]=fDpx; if (fNsec > 1) { for (Int_t i=fNsec-2; i>=0; i--){ (*fDpxD)[i]=(*fDpxD)[fNsec-1]/(*fNDiv)[i]; -- 2.43.0