]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpPad.cxx
In MUONChamberMaterialBudget.C
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpPad.cxx
index f8b96b0e4a3c81a2c8f091e547e5a49811cbecd1..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.),
@@ -108,6 +108,7 @@ AliMpPad::AliMpPad()
 AliMpPad::AliMpPad(const AliMpPad& rhs)
   : TObject(),
     fNofLocations(0),
+    fLLocations(0),
     fLLocation(0),
     fLIndices(0),
     fPositionX(-1.),