CMS 3D CMS Logo

particleBasedIsoProducer_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
5 
6 particleBasedIsolationTask = cms.Task(particleBasedIsolation)
7 particleBasedIsolationSequence = cms.Sequence(particleBasedIsolationTask)
particleBasedIsolation_cfi