CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/SimCalorimetry/EcalSimProducers/python/ecalNotContainmentSim_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ecal_notCont_sim = cms.PSet(
00004     # Values obtained by FC 20/05/2009
00005     # using CMSSW_3_1_0_pre7 g4.9.2.p01
00006     # Using uncoverted photons E=50
00007     # Reference region Barrel ietaAbs() > 5 && ietaAbs() < 21 && (iphi() % 20 ) > 5 && (iphi() % 20 ) < 16 
00008     # Reference region Endcap  fabs(superClusterEta[i]) > 1.7 && fabs(superClusterEta[i] < 2.3)  &&
00009     #                   (
00010     #                    (superClusterPhi[i] > -TMath::Pi()/2. + 0.1 && superClusterPhi[i] < TMath::Pi()/2. - 0.1) ||
00011     #                    (superClusterPhi[i] > TMath::Pi()/2. + 0.1) ||
00012     #                    (superClusterPhi[i] < -TMath::Pi()/2. - 0.1)
00013     #                    ) )
00014     # For Barrel using E_{25}/E_{true}
00015     # For Endcap using E_{25} + E_{ps} = E_{true} 
00016     EBs25notContainment = cms.double(0.970),
00017     # with preshower
00018     EEs25notContainment = cms.double(0.975)
00019 )
00020