+-------------+ +----------## | Geant 3.10 | GEANT User's Guide | HITS510 ## +-------------+ +----------##
Author(s) : W.Mitaroff Submitted: 21.02.85 Origin : Same Revised: 22.04.86
+--------------------------------------------------------------------+ |CALL GCDRIF (RADD,ZMIN,ZMAX,DETREP,HITREP,IOUT*) | +--------------------------------------------------------------------+
Digitisation routine for a cylindrical drift chamber.
Coordinate systems along wire
I_1 Charge I_2; SENSE WIRE Z_L Z_0 Z_u Z(cm) . X (arbitrary scale) 0 X_0 (L-X_0) L
The scaling used is such that L = 1000.
Knowing the position Z of the deposit of charge, 0
X = L# ((Z -Z )/(Z -Z )) 0 0 L u L
This information is stored into IOUT(3).
+----------------------------------------------+ | CALL GCDERR (ICD,ERP,ERS) | +----------------------------------------------+
Routine to calculate the error on the current division information as obtained by GCDRIF.
Here we assume that X has been determined by measuring the pulse heights 0 I ,I ; with some statistical errors. 1 2
X is then given by the formula 0
X = L# I /I withI =I +I 0 2 + + 1 2
and its error is determined by
deltaX =-(X /I )deltaI +(L-X / I )deltaI 0 0 + 1 0 + 2
with the errors on measuring the pulse heights
deltaI = delta + epsilon # I deltaI = delta +epsilon # I 1 1 1 1 2 2 2 2
delta delta are of dimension (I) and represent the "pedestal" errors; 1 2
epsilon ,epsilon are the "slope" errors. All are assumed to be 1 2 distributed |independently| (no correlations), randomly and Gaussian around zero. This gives the final result
deltaX =- ((delta )/(I ))X +((delta )/ (I ))(L-X ) +(epsilon -epsilon )((X (L-X ))/(L)) 0 ##################### #################### ################# ################# |####################{z###################} |################{z################} "pedestals" "slope"
In GCDERR, the X derived from 0
GCDRIF is set to
X = X + deltaX (but 0<=X < =L) 0 0 0 0 using ERP ...variance for delta /I ,delta / I distributions 1 + 2 +
ERS ...variance for epsilon ,epsilon distributions. 1 2