CMS 3D CMS Logo

Variables

TauMetCorrections_cff Namespace Reference

Variables

tuple MetTauCorrections = cms.Sequence( tauMetCorr )
tuple tauMetCorr

Variable Documentation

Definition at line 30 of file TauMetCorrections_cff.py.

Initial value:
00001 cms.EDProducer("TauMET",
00002    InputTausLabel   = cms.string('pfRecoTauProducer'),
00003    tauType   = cms.string('pfTau'),
00004    InputCaloJetsLabel = cms.string('iterativeCone5CaloJets'),
00005    jetPTthreshold = cms.double(20.0),
00006    jetEMfracLimit = cms.double(0.9),
00007    correctorLabel = cms.string('MCJetCorrectorIcone5'),
00008    InputMETLabel = cms.string('corMetType1Icone5'),
00009    metType = cms.string('recoCaloMET'),
00010    JetMatchDeltaR = cms.double(0.2),
00011    TauMinEt = cms.double(15.0),
00012    TauEtaMax = cms.double(2.5),
00013    UseSeedTrack = cms.bool(True),
00014    seedTrackPt = cms.double(6.0),
00015    UseTrackIsolation = cms.bool(True),
00016    trackIsolationMinPt = cms.double(1.0),
00017    UseECALIsolation = cms.bool(True),
00018    gammaIsolationMinPt = cms.double(1.5),
00019    UseProngStructure = cms.bool(False)
00020 )

Definition at line 9 of file TauMetCorrections_cff.py.