]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONHitForRec.cxx
Removing coding convention violations mainly due to public data members
[u/mrichter/AliRoot.git] / MUON / AliMUONHitForRec.cxx
index f2c961c90df171236d776ceb15a499bc4c40a4f2..5f98fad7a4a6df4f658c2c551bb57f294c3d161d 100644 (file)
@@ -71,8 +71,8 @@ AliMUONHitForRec::AliMUONHitForRec(AliMUONRawCluster* RawCluster)
 {
   // Constructor for AliMUONHitForRec from a raw cluster.
   // Fills the bending and non bending coordinates.
-  fNonBendingCoor = RawCluster->fX[0];
-  fBendingCoor = RawCluster->fY[0];
+  fNonBendingCoor = RawCluster->GetX(0);
+  fBendingCoor = RawCluster->GetY(0);
   // other fields will be updated in
   // AliMUONEventReconstructor::AddHitsForRecFromRawClusters,
   // except the following ones