CMS 3D CMS Logo

eleIsoDepositHcalFromHits_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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