Cell response
The response of the Drift chamber to the crossing of charged particle is evaluated in the routine DchStep.F called when a particle cross the sesitive volumes "Super Layer". The possibilities which can happen when the particles cross
the super layers are summarized in the following picture.
When the particles A or B enters in one Super Layer bbsim gives the control to DchStep.F. The management of the tracking will follow the sequence:
- Get current particle tracking parameters;
- Find the present cell number;
- Find the wires of the present cell;
- Evaluate the wire equations;
- Find closest distance from all the cell wires;
- Find intersection with the edge of the cell considering the two wires with the closest distance.
- Return to Geant with the step corresponding to the change of the cell;
- Geant call DchStep after the selection of the step and the occurred mechanism; In the first release V00-00-00 the step size is fixed to 1 mm in the Super Layers.
- If the particle reachs the edge of the cell like particle A in the layer 1:
- Store informations in the HIT structure
- Save HIT
- Reset local parameters
- Find the wires of the following cell
- Go to step c.
- If the particle reachs the edge of the cell like particle A in the layer 2:
- Estimate multiple scattering due to the crossed wire
- Introduce deviations in the Geant data structure
- Go to step 1.
- If the particle decays in the cell like particle B in the layer 3:
- Store decay point as last particle point in the cell;
- Save HIT;
- Reset local parameters;
- Give control to Geant.
- If the particle reachs the edge of the Super Layer like particle A in the layer 3:
- Store informations in the HIT structure;
- Save HIT;
- Reset local parameters;
- Give control to Geant.
In the preliminary version we don't implement the point F), instead we use a fixed small step.
Go Back
|