CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalNotContainmentSim_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecal_notCont_sim = cms.PSet(
4  # Values obtained by FC 20/05/2009
5  # using CMSSW_3_1_0_pre7 g4.9.2.p01
6  # Using uncoverted photons E=50
7  # Reference region Barrel ietaAbs() > 5 && ietaAbs() < 21 && (iphi() % 20 ) > 5 && (iphi() % 20 ) < 16
8  # Reference region Endcap fabs(superClusterEta[i]) > 1.7 && fabs(superClusterEta[i] < 2.3) &&
9  # (
10  # (superClusterPhi[i] > -TMath::Pi()/2. + 0.1 && superClusterPhi[i] < TMath::Pi()/2. - 0.1) ||
11  # (superClusterPhi[i] > TMath::Pi()/2. + 0.1) ||
12  # (superClusterPhi[i] < -TMath::Pi()/2. - 0.1)
13  # ) )
14  # For Barrel using E_{25}/E_{true}
15  # For Endcap using E_{25} + E_{ps} = E_{true}
16  EBs25notContainment = cms.double(0.970),
17  # with preshower
18  EEs25notContainment = cms.double(0.975)
19 )
20