CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
inconsistentMuonPFCandidateFilter_cfi Namespace Reference

Variables

tuple inconsistentMuonPFCandidateFilter
 

Variable Documentation

tuple inconsistentMuonPFCandidateFilter_cfi.inconsistentMuonPFCandidateFilter
Initial value:
1 = cms.EDFilter(
2  "InconsistentMuonPFCandidateFilter",
3  PFCandidates = cms.InputTag("particleFlow"), # Collection to test
4  ptMin = cms.double(100.), # Muons with pT below this are ignored (will not be checked)
5  maxPTDiff = cms.double(0.1), # Muons with |pT(tracker)/pT(global) - 1| > maxPTDiff are flagged as "inconsistent"
6  verbose = cms.untracked.bool(False),
7  taggingMode = cms.bool(False),
8  debug = cms.bool(False),
9 )

Definition at line 3 of file inconsistentMuonPFCandidateFilter_cfi.py.