CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/JetMETCorrections/TauJet/python/TauJetAlgoParameters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 tauJetAlgoParameters = cms.PSet(
00004         src            = cms.InputTag("iterativeCone5CaloJets"),
00005         tagName        = cms.string("IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau"),
00006         TauTriggerType = cms.int32(1)
00007 )