CMS 3D CMS Logo

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

Variables

tuple muonBadTrackFilter
 

Variable Documentation

tuple muonBadTrackFilter_cfi.muonBadTrackFilter
Initial value:
1 = cms.EDFilter(
2  "MuonBadTrackFilter",
3  PFCandidates = cms.InputTag("particleFlow"), # Collection to test
4  taggingMode = cms.bool(False),
5  ptMin = cms.double(100.), # Tracks with pT below this are ignored (will not be checked)
6  chi2Min = cms.double(100.), # global Tracks with normalizeChi2 below this are ignored (will not be checked)
7  p1 = cms.double(5.), # parameter 1 of calo resolution formula
8  p2 = cms.double(1.2), # parameter 2 of calo resolution formula
9  p3 = cms.double(0.06), # parameter 3 of calo resolution formula
10  verbose = cms.untracked.bool(False),
11  debug = cms.bool(False),
12 )

Definition at line 3 of file muonBadTrackFilter_cfi.py.