X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSPlaneEffSSD.cxx;h=4d5cb010ffa28dd851ac71bb3cc5c5ef661dc441;hb=8e2f611a2a36bc61aee2526a75ace191d0122d61;hp=878270b0f451be4e1a85cdf6fb5b4eb931d21401;hpb=1cc5cedc1d32900dbe53770c33f0f1ccd2dea4f5;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSPlaneEffSSD.cxx b/ITS/AliITSPlaneEffSSD.cxx index 878270b0f45..4d5cb010ffa 100644 --- a/ITS/AliITSPlaneEffSSD.cxx +++ b/ITS/AliITSPlaneEffSSD.cxx @@ -22,7 +22,7 @@ // /////////////////////////////////////////////////////////////////////////// -/* $Id$ */ +/* $Id:$ */ #include #include @@ -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; }