]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSPlaneEffSSD.cxx
Updated QA (Sylwester)
[u/mrichter/AliRoot.git] / ITS / AliITSPlaneEffSSD.cxx
index 878270b0f451be4e1a85cdf6fb5b4eb931d21401..4d5cb010ffa28dd851ac71bb3cc5c5ef661dc441 100644 (file)
@@ -22,7 +22,7 @@
 //
 ///////////////////////////////////////////////////////////////////////////
 
-/*  $Id$ */
+/*  $Id:$ */
 
 #include <TMath.h>
 #include <TH1F.h>
@@ -160,6 +160,7 @@ void AliITSPlaneEffSSD::CopyHistos(AliITSPlaneEffSSD &target) const {
   }
 return;
 }
+/* Commented out by M.Masera 8/3/08
 //______________________________________________________________________
 AliITSPlaneEff&  AliITSPlaneEffSSD::operator=(const
                                            AliITSPlaneEff &s){
@@ -175,6 +176,7 @@ AliITSPlaneEff&  AliITSPlaneEffSSD::operator=(const
     AliError("operator=: Not allowed to make a =, use default creater instead");
     return *this;
 }
+*/
 //_______________________________________________________________________
 Int_t AliITSPlaneEffSSD::GetMissingTracksForGivenEff(Double_t eff, Double_t RelErr,
           UInt_t im) const {
@@ -385,7 +387,7 @@ if(ilay==5 && (idet<0 || idet>949))
    return key;}
 
 UInt_t mod=idet;
-if(ilay==1) mod+=748;
+if(ilay==5) mod+=748;
 key=GetKey(mod);
 return key;
 }