]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSBadChannelsAuxSPD.cxx
adding map include file to solve compilation issue (bug https://savannah.cern.ch...
[u/mrichter/AliRoot.git] / ITS / AliITSBadChannelsAuxSPD.cxx
index 5459b06a8374dc664f95af47813143ab5a99e0a9..8cb34836fb07af33b442ac48f5ba2bbd2f90cf4b 100644 (file)
@@ -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)
@@ -284,7 +291,7 @@ Int_t AliITSBadChannelsAuxSPD::GetNumberOfBadChannels(Int_t* &badChannelsArray,
 
 //__________________________________________________________________________
 Bool_t AliITSBadChannelsAuxSPD::CreateHTMLReport(char *name, Int_t* &badChannelsArray, Int_t* &indexArray,
-                                                const Int_t indexArraySize, TString *buffer, Bool_t tags)
+                                                Int_t indexArraySize, TString *buffer, Bool_t tags)
 {
   // Create an HTML report from the bad channels array
   //