![]() |
|
|||
File indexing completed on 2023-03-17 11:20:10
0001 import FWCore.ParameterSet.Config as cms 0002 0003 greedyMuonPFCandidateFilter = cms.EDFilter( 0004 "GreedyMuonPFCandidateFilter", 0005 PFCandidates = cms.InputTag("particleFlow"), 0006 eOverPMax = cms.double(1.), 0007 verbose = cms.untracked.bool( True ), 0008 taggingMode = cms.bool( False ), 0009 debug = cms.bool( False ), 0010 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |