CMS 3D CMS Logo

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 PM 04/04/2007
00005     # using CMSSW_2_0_0_pre7
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.971),
00017     # with preshower
00018     # EEs25notContainment = cms.double(0.976)
00019     # no preshower
00020     EEs25notContainment = cms.double(0.971)
00021 )
00022 

Generated on Tue Jun 9 17:46:16 2009 for CMSSW by  doxygen 1.5.4