]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpPad.cxx
Fix for the problem during PbPb run of Nov 2010 (Indra)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpPad.cxx
index 7c51da13c23e6ff1e182dda643d872c9518f0c42..82fc7270dc635f63d4b40a5657eb9dbfe31f4161 100755 (executable)
@@ -47,8 +47,8 @@ AliMpPad::AliMpPad(Int_t manuId, Int_t channel,
                    Double_t dx,  Double_t dy, 
                    Bool_t validity)
  : TObject(),
-   fLLocations(0),
    fNofLocations(0),
+   fLLocations(0),
    fLLocation(AliMp::Pair(manuId, channel)),
    fLIndices(AliMp::Pair(ix, iy)),
    fPositionX(x),
@@ -71,8 +71,8 @@ AliMpPad::AliMpPad(Int_t manuId, Int_t channel,
                    Double_t dx,  Double_t dy, 
                    Bool_t validity)
  : TObject(),
-   fLLocations(0),
    fNofLocations(0),
+   fLLocations(0),
    fLLocation(AliMp::Pair(manuId, channel)),
    fLIndices(indices),
    fPositionX(x),
@@ -91,8 +91,8 @@ AliMpPad::AliMpPad(Int_t manuId, Int_t channel,
 //_____________________________________________________________________________
 AliMpPad::AliMpPad()
   : TObject(),
-    fLLocations(0),
     fNofLocations(0),
+    fLLocations(0),
     fLLocation(0),
     fLIndices(0),
     fPositionX(-1.),
@@ -107,8 +107,8 @@ AliMpPad::AliMpPad()
 //_____________________________________________________________________________
 AliMpPad::AliMpPad(const AliMpPad& rhs)
   : TObject(),
-    fLLocations(0),
     fNofLocations(0),
+    fLLocations(0),
     fLLocation(0),
     fLIndices(0),
     fPositionX(-1.),