Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoEgamma
EgammaIsolationAlgos
python
eleIsoDepositHcalFromHits_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoEgamma.EgammaIsolationAlgos.eleHcalExtractorBlocks_cff
import
*
4
5
#This module is defined for the user who would like to study HCAL
6
#isolation with RecHits.
7
#Currently, EGamma POG is recommending HCAL Isolation with Towers
8
eleIsoDepositHcalFromHits = cms.EDProducer(
"CandIsoDepositProducer"
,
9
src = cms.InputTag(
"gedGsfElectrons"
),
10
trackType = cms.string(
'candidate'
),
11
MultipleDepositsFlag = cms.bool(
False
),
12
ExtractorPSet = cms.PSet(EleIsoHcalFromHitsExtractorBlock)
13
)
14
15
16
Config
eleHcalExtractorBlocks_cff
Generated for CMSSW Reference Manual by
1.8.5