Hi, apparently the job crashed because fCalibChan member of BrDcTrackingModule was not set. If you intend to use calibrations from the database you should put in your configuration script: T5Track->UseMySql(); (T5Track is BrDcTrackingModule object) for all drift chambers. (see Pawel's mail http://www.sdcc.bnl.gov/brahms/private/list_hyper/brahms-dev-l/1883.html) At the moment the default option for BrDcTrackingModule is to use the calibrations read from the ascii files. In this case, however, you have to set some parameters by hand, e.g: T5Track->SetDriftTime(460); //460 for pp T5Track->SetGlobalTdcOffset(100); //GlobalTdc varies for runs T5Track->SetMinTdc(2250+GlobalTdc); T5Track->SetPromptDelay(3320+GlobTdc); T5Track->SetMaxTdc(4370+GlobTdc); Certainly the numbers are different for different runs. Regards, Jerzy Cibor Djamel Ouerdane wrote: > Hi Pawel, > > I (Claus) had all my reduction jobs crashed because of the following > problem (from run 5394): > > End of setup > offset file: > /brahms/u/ufstasze/brahms/brahms_app/ps_app/dc/calib/calpar/T3OffsetRun6418.dat > Reading Offsets > Calibration Channels (in X,Y,U,V): 0 0 0 0 > calib file: > /brahms/u/ufstasze/brahms/brahms_app/ps_app/dc/calib/calpar/T3CalibRun6418.dat > Reading Calib Data > can not calibrate plane 1 in module1 > check it out!!! > can not calibrate plane 2 in module1 > check it out!!! > can not calibrate plane 3 in module1 > check it out!!! > can not calibrate plane 4 in module1 > check it out!!! > can not calibrate plane 5 in module1 > check it out!!! > can not calibrate plane 6 in module1 > check it out!!! > can not calibrate plane 7 in module1 > check it out!!! > can not calibrate plane 8 in module1 > check it out!!! > can not calibrate plane 9 in module1 > check it out!!! > can not calibrate plane 10 in module1 > check it out!!! > can not calibrate plane 1 in module2 > check it out!!! > can not calibrate plane 2 in module2 > check it out!!! > can not calibrate plane 3 in module2 > check it out!!! > can not calibrate plane 4 in module2 > check it out!!! > can not calibrate plane 5 in module2 > check it out!!! > can not calibrate plane 6 in module2 > check it out!!! > can not calibrate plane 7 in module2 > check it out!!! > can not calibrate plane 8 in module2 > check it out!!! > can not calibrate plane 9 in module2 > check it out!!! > can not calibrate plane 10 in module2 > check it out!!! > can not calibrate plane 1 in module3 > check it out!!! > can not calibrate plane 2 in module3 > check it out!!! > can not calibrate plane 3 in module3 > check it out!!! > > > Could you please check it out ? > > Thanks. > > Claus > >
This archive was generated by hypermail 2b30 : Thu Jun 13 2002 - 10:41:49 EDT