Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:36:04

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 muonsCleaned = cms.EDProducer("PFMuonUntagger",
0004     muons = cms.InputTag("muons"),
0005     badmuons = cms.VInputTag(),
0006 )