CMS 3D CMS Logo

Variables

distMuonMETValueMapProducer_cff Namespace Reference

Variables

tuple distmuonMETValueMapProducer

Variable Documentation

Initial value:
00001 cms.EDProducer("MuonMETValueMapProducer",
00002      TrackAssociatorParameterBlock,      
00003      muonInputTag     = cms.InputTag("distortedMuons"),
00004      beamSpotInputTag = cms.InputTag("offlineBeamSpot"),
00005      useTrackAssociatorPositions = cms.bool(True),
00006      useRecHits        = cms.bool(False), #if True, will use deposits in 3x3 recHits
00007      useHO             = cms.bool(False), #if True, will correct for deposits in HO
00008      isAlsoTkMu        = cms.bool(True),  #does the mu have to be a tracker mu?
00009      towerEtThreshold  = cms.double(0.3), #default MET calculated using towers with Et > 0.5 GeV only
00010      minPt             = cms.double(10.0),#min global Mu Pt is 10 GeV
00011      maxEta            = cms.double(2.4), #max global |Eta| is 2.4
00012      maxNormChi2       = cms.double(10.0),#max global chi2/ndof
00013      maxd0             = cms.double(0.2), #max global d0
00014      minnHits          = cms.int32(11),   #minimum # of si hits
00015      minnValidStaHits  = cms.int32(1)     #minimum # of valid hits in the muon system used in the global muon fit
00016 )

Definition at line 6 of file distMuonMETValueMapProducer_cff.py.