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-lReceived 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