CMS 3D CMS Logo

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