CMS 3D CMS Logo

muIsoDepositCal_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # -*-TCL-*-
6 muIsoDepositCal = cms.EDProducer("MuIsoDepositProducer",
7  IOPSet = cms.PSet(
8  MIsoDepositViewIOBlock
9  ),
10  ExtractorPSet = cms.PSet(
11  MIsoCaloExtractorHLTBlock
12  )
13 )
14 
15 
16