CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
eleHcalExtractorBlocks_cff Namespace Reference

Variables

tuple EleIsoHcalFromHitsExtractorBlock
 
tuple EleIsoHcalFromTowersExtractorBlock
 

Variable Documentation

tuple eleHcalExtractorBlocks_cff.EleIsoHcalFromHitsExtractorBlock
Initial value:
1 = cms.PSet(
2  ComponentName = cms.string('EgammaHcalExtractor'),
3  DepositLabel = cms.untracked.string(''),
4  hcalRecHits = cms.InputTag("hbhereco"),
5  extRadius = cms.double(0.6),
6  intRadius = cms.double(0.0),
7  etMin = cms.double(-999.0)
8 )

Definition at line 5 of file eleHcalExtractorBlocks_cff.py.

tuple eleHcalExtractorBlocks_cff.EleIsoHcalFromTowersExtractorBlock
Initial value:
1 = cms.PSet(
2  caloTowers = cms.InputTag('towerMaker'),
3  ComponentName = cms.string('EgammaTowerExtractor'),
4  intRadius = cms.double(0.0),
5  extRadius = cms.double(0.6),
6  DepositLabel = cms.untracked.string(''),
7  etMin = cms.double(-999.0),
8  hcalDepth = cms.int32(-1)
9 )

Definition at line 14 of file eleHcalExtractorBlocks_cff.py.