Hi Flemming, I tried to finish the pedestal calibrations (run 11000 and up), but the TOFs didn't have any data in the histograms. Djamel pointed out that you've changed something in the BrRawDataInput, and we looked at it. This is what it says: if( fBeamEvent && (hit_down->tdc < 4000)&& (hit_up->tdc < 4000) ){ BrTofDig *digtof_p = new BrTofDig(); fH1Table->Add(digtof_p); digtof_p->SetSlatno(ihit+1); digtof_p->SetAdcDown(hit_down->adc); digtof_p->SetAdcUp(hit_up->adc); digtof_p->SetTdcDown(hit_down->tdc); digtof_p->SetTdcUp(hit_up->tdc); } I guess it means that the TOF data is not transferred for trigger 7 events (all pedestal runs). Maybe we should add a fPedestalEvent... Cheers, Claus & Djamel _______________________________________________ Brahms-dev-l mailing list Brahms-dev-l@lists.bnl.gov http://lists.bnl.gov/mailman/listinfo/brahms-dev-lReceived on Thu Apr 15 13:22:29 2004
This archive was generated by hypermail 2.1.8 : Thu Apr 15 2004 - 13:22:47 EDT