Calibrating the Time Zeroes From Art Olin; last updated 22 Dec 2003. https://twist.phys.ualberta.ca/forum/view.php?site=twist&bn=twist_software&key=1072132059 a) First detemine the shift in time between using the downstream (DS) trigger and the M trigger. Timezero calibrations are normally run with DS trigger. Determine the trigger shift from the shift in time of one of the scintillators eg M trigger (IDH_18005) or DS scintillator. b) Determining the relative time zero calibration files. The synchronicity of the proportional chamber and drift chamber signals relative to the trigger signal is determined from a specific mofia analysis. It is best done on data with straight-through particles producing hits on all the chamber wires. Typically a 120 MeV/c pion beam is used together with a downstream trigger scintillator and without magnetic field. The calibration file produced specifies for each wire the tdc channel value half-way up the rising edge of the tdc time histogram and the width of this rising edge. Fewer wires are hit in this configuration with a 2T magnetic field, but the analysis works also for that case. For tdc channels with insufficient counts, the plane average of the fitted tdc channels is inserted, which appears to be an excellent approximation from the observed time scatter. Different software to correct for time-of-flight is required to obtain timezero calibration histograms from positrons hitting the positron scintillators. This has not yet been implemented, and would require positron scintillators both up and down stream. The analysis is accomplished running mofia using the timezero.kcm file as a model to define the histograms and executing func 20 when sufficient statistics are accumulated. The namelist variables t0_tdc_min and t0_tdc_max should be adjusted to cover the fit region of the timing spectrum - check this with a short run. The momentum and particle type of the beam is also be specified in the namelist variables in order to correctly calculate time-of-flight. TDC_MIN and TDC_MAX parameters control the range of the scintillator histograms. HOW-TO: Analyze each t0 data file using t0_run.kcm (which references timezero.kcm). Set MHIST to a convenient directory to save the results and run mofia from this directory. You will have .hbook files for each analyzed run. Run mofia again using timezero.kcm for initialization. Analyze a single event to initialize the histograms. [This should not be necessary, there is code to do this automatically if you proceed to the next step, but there is a bug.] Load each of the .hbook files with func 16. Mofia will contain the sum of all the hbook files loaded. Use func 20 to fit all the t0 positions and output the calibration files t0_dcxxxxx.dat and t0_pcxxxxx.dat. Edit these files to add documentation using C-prefixed comments at the start of the file, including the triggertime shift. The calibration files used in this kcm override the normal ones with zero values. The output files t0_dcxxxxxx.dat and t0_pcxxxxxx.dat (xxxxxx is the run number) are the appropriate calibration files to install in CFM. They should be annotated with comments giving their origin, of course. Also output are the plane average values in xxxxxpc_plane_avg.t0 and xxxxxxdc_plane_avg.t0. The quality of the time fits may be seen from the hbook file saved after the func 20 is executed. An overall offset needs to be provided to account for differences in the trigger time between the calibration file and the analyzed file: this is most easily done by looking at the appropriate scintillator time in the calibration histograms. b) Methodology: In the mofia analysis, straight tracks are fit to wire centers using the Kalman routine. For events successfully fitted, the timezero histograms are filled in subroutine timezerohists after correction for time-of-flight (calculated from the track angle.) Pulser calibration data are histogramed without TOF corrections. These histograms are in the range t0_tdc_min to t0_tdc_max meant to bracket prompt events and with .5 ns resolution. The histograms are then readjusted to be from 30 channels below the maximum channel to 20 channels above for DME, and 30 below to 10 above for CF4 isobutane. These histograms are then fit with the function timeshape=T0P(3)*0.5*(erf((x-T0P(1))/T0P(2)/1.4142)+1.) if (x >= T0P(4)) timeshape = timeshape * exp((T0P(4)-x)/T0P(5)) with 5 free parameters T0P. T0P(1) is the point halfway up the rise and would be interpreted as t0 if the STR were a step function convoluted with a gaussian of width T0P(2). T0P(5) is essentially the fall time and a function of the drift velocity. The fits are done using minuit. Constraints of .5 < T0P(2) < 3 and 2 < T0P(4) < 5 are imposed, together with 6 < T0P(5)< 12 for DME or 3 Essentially all spectra with a maximum count/channel of 5 and 20 entries can be fit reliable and converge. Fig 1 (t0plane21.eps) shows the results of a number fit wires on plane 21. It apparent that the fit quality seems reasonable and determines t0 very well even for low statistics data.