From: nilsen Date: Mon, 9 Sep 2002 17:14:25 +0000 (+0000) Subject: Update of documentation to reflect changes in AliITSdigitS?D classes. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=e2450c78675df997636687e137d34010a78dcca4 Update of documentation to reflect changes in AliITSdigitS?D classes. --- diff --git a/ITS/AliITS.cxx b/ITS/AliITS.cxx index 6f9cf74ded4..13bcd8cbb1e 100644 --- a/ITS/AliITS.cxx +++ b/ITS/AliITS.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.72 2002/06/10 17:28:55 nilsen +Added new FillModules routine and cleaned up the old one. + Revision 1.71 2002/05/13 14:27:56 hristov TreeC created once per event (M.Masera) @@ -1540,9 +1543,11 @@ void AliITS::AddSimDigit(Int_t id,Float_t phys,Int_t *digits,Int_t *tracks, // Float_t phys Physics indicator. See AliITSdigits.h // Int_t *digits Integer array containing the digits info. See // AliITSdigit.h - // Int_t *tracks Integer array [3] containing the track numbers that - // contributed to this digit. - // Int_t *hits Integer array [3] containing the hit numbers that + // Int_t *tracks Integer array [AliITSdigitS?D::GetNTracks()] + // containing the track numbers that contributed to + // this digit. + // Int_t *hits Integer array [AliITSdigitS?D::GetNTracks()] + // containing the hit numbers, from AliITSmodule, that // contributed to this digit. // Float_t *charge Floating point array of the signals contributed // to this digit by each track.