ATLAS Offline Software
CaloSwGap_g3.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2 
3 #
4 # $Id: CaloSwGap_g3.py,v 1.1 2006-11-10 03:47:27 ssnyder Exp $
5 #
6 # File: CaloClusterCorrection/python/CaloSwGap_g3.py
7 # Created: Nov 2006, sss
8 # Purpose: Gap correction, original G3 version.
9 #
10 # This is the original G3-based gap correction, translated from the
11 # original fortran version.
12 #
13 
14 
15 
16 
17 
19  etamin_crack = 1.35
20  etamax_crack = 1.6
21 
22  scint_weight = [
23  1.65450, 1.44040, 1.22855, 1.38503, 1.35972,
24  1.19340, 1.32854, 1.10760, 1.23266, 0.78814
25  ]
26 
27  correction = [
28  0.993927, 1.004908, 1.032988, 1.029174, 1.050922,
29  1.133175, 0.968635, 0.990108, 1.007681, 1.013702
30  ]
CaloSwGap_g3.CaloSwGap_g3_parms
Definition: CaloSwGap_g3.py:18