CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
interestingEgammaIsoDetIdsSequence_cff.py
Go to the documentation of this file.
2 
5 
6 
8 interestingEleIsoDetIdEB = RecoEgamma.EgammaIsolationAlgos.interestingEleIsoDetIdModule_cff.interestingEleIsoDetId.clone()
9 interestingEleIsoDetIdEB.recHitsLabel = 'ecalRecHit:EcalRecHitsEB'
10 interestingEleIsoDetIdEB.emObjectLabel = 'gsfElectrons'
11 interestingEleIsoDetIdEB.etCandCut = 0.0
12 interestingEleIsoDetIdEB.energyCut = 0.095
13 interestingEleIsoDetIdEB.etCut = 0.0
14 interestingEleIsoDetIdEB.outerRadius = 0.6
15 interestingEleIsoDetIdEB.innerRadius = 0.0
16 
18 interestingEleIsoDetIdEE = RecoEgamma.EgammaIsolationAlgos.interestingEleIsoDetIdModule_cff.interestingEleIsoDetId.clone()
19 interestingEleIsoDetIdEE.recHitsLabel = 'ecalRecHit:EcalRecHitsEE'
20 interestingEleIsoDetIdEE.emObjectLabel = 'gsfElectrons'
21 interestingEleIsoDetIdEE.etCandCut = 0.0
22 interestingEleIsoDetIdEE.energyCut = 0.0
23 interestingEleIsoDetIdEE.etCut = 0.110
24 interestingEleIsoDetIdEE.outerRadius = 0.6
25 interestingEleIsoDetIdEE.innerRadius = 0.0
26 
28 interestingGamIsoDetIdEB = RecoEgamma.EgammaIsolationAlgos.interestingGamIsoDetIdModule_cff.interestingGamIsoDetId.clone()
29 interestingGamIsoDetIdEB.recHitsLabel = 'ecalRecHit:EcalRecHitsEB'
30 interestingGamIsoDetIdEB.emObjectLabel = 'photons'
31 interestingGamIsoDetIdEB.etCandCut = 0.0
32 interestingGamIsoDetIdEB.energyCut = 0.095
33 interestingGamIsoDetIdEB.etCut = 0.0
34 interestingGamIsoDetIdEB.outerRadius = 0.6
35 interestingGamIsoDetIdEB.innerRadius = 0.0
36 
38 interestingGamIsoDetIdEE = RecoEgamma.EgammaIsolationAlgos.interestingGamIsoDetIdModule_cff.interestingGamIsoDetId.clone()
39 interestingGamIsoDetIdEE.recHitsLabel = 'ecalRecHit:EcalRecHitsEE'
40 interestingGamIsoDetIdEE.emObjectLabel = 'photons'
41 interestingGamIsoDetIdEE.etCandCut = 0.0
42 interestingGamIsoDetIdEE.energyCut = 0.0
43 interestingGamIsoDetIdEE.etCut = 0.110
44 interestingGamIsoDetIdEE.outerRadius = 0.6
45 interestingGamIsoDetIdEE.innerRadius = 0.0
46 
47 interestingEgammaIsoDetIds = cms.Sequence(
48  interestingEleIsoDetIdEB *
49  interestingEleIsoDetIdEE *
50  interestingGamIsoDetIdEB *
51  interestingGamIsoDetIdEE
52 )