CMS 3D CMS Logo

muonPFIsolation_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
6 
7 muonPFIsolationSequence = cms.Sequence(
8  muonPFIsolationDepositsSequence +
9  muonPFIsolationValuesSequence
10 )
11 
12 
13 
14 
15 
16 
17