X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSBadChannelsAuxSPD.cxx;h=91df172b2d25909fd97b7142cf74603e53f67e84;hb=4821f07dc803887393ccc80cb6da1fc1fae2fcdb;hp=5459b06a8374dc664f95af47813143ab5a99e0a9;hpb=3f0e013cf646942d6bddd81c798044c1f02793c9;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSBadChannelsAuxSPD.cxx b/ITS/AliITSBadChannelsAuxSPD.cxx index 5459b06a837..91df172b2d2 100644 --- a/ITS/AliITSBadChannelsAuxSPD.cxx +++ b/ITS/AliITSBadChannelsAuxSPD.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.1 2005/10/11 12:31:50 masera +Preprocessor classes for SPD (Paul Nilsson) + */ /////////////////////////////////////////////////////////////////////////// @@ -64,6 +67,10 @@ $Log$ // The signal member of the digit is not a member of the channel class. // It is artificially introduced by the CreateDigitFromChannel method and // is per default set to 1. +// +// Modified by D. Elia, H. Tydesjo +// March 2006: Mixed up coordinates, bug fixed +// /////////////////////////////////////////////////////////////////////////// #include "AliITSBadChannelsAuxSPD.h" @@ -211,7 +218,7 @@ Bool_t AliITSBadChannelsAuxSPD::Find(AliITSdigitSPD *&digit, TObjArray *&array) const Int_t kN = array->GetEntries(); Int_t channelNr = 0; Int_t column = digit->GetCoord1(); - Int_t row = digit->GetCoord1(); + Int_t row = digit->GetCoord2(); // Loop over all channels in the array while (channelNr < kN)