Recon 12 Description

Here is a compendium of descriptions of RECON 12 from the various subsystems:

Summary of Changes in Tracking between R11 and R12 Su Dong

Summary of Other Global Changes between R11 and R12

Summary of Changes in CRID between R11 and R12 Tom Pavel

Improvements to the data include: MC upgrades:

Summary of Changes in KAL between R11 and R12 Eric Vella

The fast electromagnetic shower parametrization used in the standard Monte Carlo was changed to improve the longitudinal shower shape for medium energy EM showers. Both single electrons and the overall energy in Z events showed too small an EM1/(EM1+EM2) ratio in the MC, compared to real data. The depth profile of the parametrized EM showers was shortened to make the showers deposit energy earlier in the calorimeter.

The EM shower simulation is based on the GFLASH parametrization, which describes the shower shape using two parameters, alpha and beta. Shower maximum occurs at a depth (in radiation lengths) given by (alpha-1)/beta. The parameter alpha was changed as follows:

  R11 simulation:  alpha = 2.74 + 0.53 * ln(E/GeV)
  R12 simulation:  alpha = 2.32 + 0.64 * ln(E/GeV)

Note that the new parameter is significantly smaller at low energy, but matches the old parameter for Bhabha electrons, where the simulation was already known to be good.

The shower parameters reside in bank KFSH1P and were set to their new values via file kreretune.ida, in the following lines:

 Poke KFSH1P.emshow(1).alpha(1) = 2.32   ! previous MC prod 2.74
 Poke KFSH1P.emshow(1).alpha(2) = 0.64   ! previous MC prod 0.53

Code Patches to Frozen R12 (version 12.1) after creation Richard Dubois

RECONSHR.EXE;30       7-DEC-1995 07:49:12.13
TRKREC.PREPMORT;5     7-DEC-1995 07:44:03.75
ZX3HEL.MORTFORT;1     7-DEC-1995 17:43:15.60
ZXFILL.PREPMORT;3     7-DEC-1995 15:52:57.48
ZXFINDSHR.EXE;22      7-DEC-1995 17:44:34.28
DEGHLV.CONSTANT;1    25-JAN-1996 11:28:26.04

Data re-reconstruction was performed using 12.1 PLUS DEV CRID from 12.2 to get the latest tunes. MC CRID re-reconstruction is done with DEV CRID in 12.2.


R.Dubois 2 Feb 1996