Main Page
Namespaces
Classes
Package Documentation
SimCalorimetry
EcalSimProducers
python
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
#
17
# updated for CMSSW_9_4_0_pre3
18
EBs25notContainment = cms.double(0.9675),
19
# with preshower
20
EEs25notContainment = cms.double(0.968)
21
)
22
Generated for CMSSW Reference Manual by
1.8.11