Hi, I found a small bug in banapp in functions MicroTreeReader::GoodTofHit(), MrsTreeReader::GoodTfw2Hit(), FsTreeReader::GoodH2Hit(). These functions make some conditions on the tof slats. I found that the condition regarding the number of multiple hits was: "multi > 1" This condition has no effect on removing slats with multiple hits since all or almost all of the "multi slats" have the flag = 1. As i know, the convention is to have the "multi" flag set to zero if the slat has only one hit and >0 for multiple hits. I changed the condition to "multi > 0" The effect on the data is not big (~0.5 %). I made the modifications in the above named functions and submitted them to CVS. Cheers, Ionut _______________________________________________ Brahms-dev-l mailing list Brahms-dev-l_at_lists.bnl.gov http://lists.bnl.gov/mailman/listinfo/brahms-dev-lReceived on Mon Mar 12 2007 - 11:34:27 EDT
This archive was generated by hypermail 2.2.0 : Mon Mar 12 2007 - 11:34:51 EDT