[Brahms-dev-l] bug fix in banapp, DstLoopModule.cxx::FsTrackLoop()

From: <i.c.arsene_at_fys.uio.no>
Date: Fri, 11 May 2007 13:41:08 +0200 (CEST)
     Hi,

    I spotted a bug in the DstLoopModule.cxx in the FS loop function. The
bug refers to the H2 hit and pointed slats. The FsTrackLoop() function
transfers the FS track information from DSTs to micro-dsts. It appears
that instead of the hit H2 slat number, the function gives the pointed
H2 slat number.
     Old code:

      part->SetH2Slat (fDstReader->FS_fH2slat[t]);
      part->SetH2Pslat(fDstReader->FS_fH2slat[t]);

   The correct code:
      part->SetH2Slat (fDstReader->FS_fH2_fSlat[t]);
      part->SetH2Pslat(fDstReader->FS_fH2slat[t]);

    I corrected the mistake and commited it to the CVS. The new bumped
version of banapp is 1.3.4.

            Cheers,
                 Ionut

_______________________________________________
Brahms-dev-l mailing list
Brahms-dev-l_at_lists.bnl.gov
https://lists.bnl.gov/mailman/listinfo/brahms-dev-l
Received on Fri May 11 2007 - 07:41:42 EDT

This archive was generated by hypermail 2.2.0 : Fri May 11 2007 - 07:42:08 EDT