CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
muIsoDepositCalByAssociatorTowers_cfi.py
Go to the documentation of this file.
2 
3 # -*-TCL-*-
6 muIsoDepositCalByAssociatorTowers = cms.EDProducer("MuIsoDepositProducer",
7  IOPSet = cms.PSet(
8  MIsoDepositViewMultiIOBlock
9  ),
10  ExtractorPSet = cms.PSet(
11  MIsoCaloExtractorByAssociatorTowersBlock
12  )
13 )
14 
15 
16