CMS 3D CMS Logo

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