CMS 3D CMS Logo

muIsoDepositCalByAssociatorTowers_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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