]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Do not hide variables from the outer scope (Solaris x86)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 31 Jan 2007 17:18:35 +0000 (17:18 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 31 Jan 2007 17:18:35 +0000 (17:18 +0000)
STEER/AliAlignObj.cxx
STEER/AliVertexerTracks.cxx

index 670047035263248a74e0906dcbea0d367a9571b0..7d3a9f08570a1e8008403d108599a7b322823652 100644 (file)
@@ -1136,7 +1136,6 @@ void AliAlignObj::InitSymNames()
   /*********************      HMPID layer   ***********************/
   {
     TString str = "/HMPID/Chamber";
-    TString symname;
 
     for (modnum=0; modnum < 7; modnum++) {
       symname = str;
index bae346cab7cd5a1efc8e5252f2519faf8a752d2c..ebde7f38c2887008ee10317ca5238c55f20b3054 100644 (file)
@@ -706,7 +706,7 @@ void AliVertexerTracks::VertexFinder(Int_t optUseWeights) {
        if(optUseWeights>0){
          Int_t retcode = line1->CrossPoints(line2,pnt1,pnt2);
          if(retcode>=0){
-           Double_t alpha, cs, sn;
+           Double_t cs, sn;
            alpha=track1->GetAlpha();
            cs=TMath::Cos(alpha); sn=TMath::Sin(alpha);   
            Double_t sx1=sn*sn*track1->GetSigmaY2(), sy1=cs*cs*track1->GetSigmaY2();