ATLAS Offline Software
Loading...
Searching...
No Matches
CaloSwEtamod_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: CaloSwEtamod_g3.py,v 1.2 2006-11-16 07:07:45 ssnyder Exp $
5#
6# File: CaloClusterCorrection/python/CaloSwEtamod_g3.py
7# Created: Nov 2006, sss
8# Purpose: Eta modulation corrections, original G3 version.
9#
10# This is the original G3-based eta modulation correction, translated from the
11# original fortran version.
12#
13
14
16 eta_size = 3
17 correction = [
18 [ [1.0052, -1.39, 56.0], # barrel
19 [1.0005, -0.19, 7.0],
20 [1.0001, -0.137, 6.4] ],
21
22 [ [1.011, -2.2, 75.0], # endcap
23 [1.0045, -0.7, 22.0],
24 [1.0027, -0.37, 9.0] ]
25 ]