CMS 3D CMS Logo

muIsoResultM2T_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # -*-TCL-*-
6 muIsoResultM2T = cms.EDProducer("MuIsoTrackResultProducer",
7  IsolatorByDepositR03,
8  VetoPSet = cms.PSet(
9  SelectAll = cms.bool(True)
10  ),
11  RemoveOtherVetos = cms.bool(True),
12  InputMuIsoDeposits = cms.VPSet(cms.PSet(
13  UnweightedInputTkDeps
14  ),
15  cms.PSet(
16  UnweightedInputTowEcalDeps
17  ),
18  cms.PSet(
19  UnweightedInputTowHcalDeps
20  ))
21 )
22 
23 
24