]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing warnings
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Apr 2009 16:12:37 +0000 (16:12 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Apr 2009 16:12:37 +0000 (16:12 +0000)
MUON/mapping/AliMpPCB.cxx
MUON/mapping/AliMpPad.cxx

index 48b42be77b26aaf2397e608e42af3693a5e82605..13441a93e5bd570db33d37f800ce48119df1cd62 100644 (file)
@@ -370,7 +370,6 @@ AliMpPCB::Clone(const TArrayI& manuids, Int_t ixOffset, Double_t xOffset) const
       Double_t posx = mp->GetPositionX() + xOffset;
       Double_t posy = mp->GetPositionY();
       mp->SetPosition(posx, posy);
-      MpPair_t offset = AliMp::Pair(ixOffset,0);
       MpPair_t low = mp->GetLowIndicesLimit();
       low += shift;
       mp->SetLowIndicesLimit(low);
index f8b96b0e4a3c81a2c8f091e547e5a49811cbecd1..7c51da13c23e6ff1e182dda643d872c9518f0c42 100755 (executable)
@@ -107,6 +107,7 @@ AliMpPad::AliMpPad()
 //_____________________________________________________________________________
 AliMpPad::AliMpPad(const AliMpPad& rhs)
   : TObject(),
+    fLLocations(0),
     fNofLocations(0),
     fLLocation(0),
     fLIndices(0),