CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
gamHcalExtractorBlocks_cff.py
Go to the documentation of this file.
2 
3 #Egamma POG currently recommends using Towers
4 GamIsoHcalFromHitsExtractorBlock = cms.PSet(
5  ComponentName = cms.string('EgammaHcalExtractor'),
6  DepositLabel = cms.untracked.string(''),
7  hcalRecHits = cms.InputTag("hbhereco"),
8  extRadius = cms.double(0.6),
9  intRadius = cms.double(0.0),
10  etMin = cms.double(-999.0)
11 )
12 
13 GamIsoHcalFromTowersExtractorBlock = cms.PSet(
14  caloTowers = cms.InputTag("towerMaker"),
15  ComponentName = cms.string('EgammaTowerExtractor'),
16  intRadius = cms.double(0.0),
17  extRadius = cms.double(0.6),
18  DepositLabel = cms.untracked.string(''),
19  etMin = cms.double(-999.0),
20  hcalDepth = cms.int32(-1)
21 )
22