CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
isolation_cff.py
Go to the documentation of this file.
2 
3 # -*-SH-*-
7 MIdIsoExtractorPSetBlock = cms.PSet(
8  CaloExtractorPSet = cms.PSet(
9  MIsoCaloExtractorByAssociatorTowersBlock
10  ),
11  TrackExtractorPSet = cms.PSet(
12  MIsoTrackExtractorBlock
13  ),
14  JetExtractorPSet = cms.PSet(
15  MIsoJetExtractorBlock
16  ),
17  trackDepositName = cms.string("tracker"),
18  ecalDepositName = cms.string("ecal"),
19  hcalDepositName = cms.string("hcal"),
20  hoDepositName = cms.string("ho"),
21  jetDepositName = cms.string("jets"),
22 
23 )
24