Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-07-18 22:34:07

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 recoTauPiZeroProducer = cms.EDProducer('RecoTauPiZeroProducer',
0004   massHypothesis = cms.double(0.136),
0005   ranking = cms.VPSet(
0006     cms.PSet(
0007       name = cms.string(''),
0008       plugin = cms.string(''),
0009       selection = cms.string(''),
0010       selectionFailValue = cms.double(1000),
0011       selectionPassFunction = cms.string('')
0012     )
0013   ),
0014   verbosity = cms.int32(0),
0015   maxJetAbsEta = cms.double(2.5),
0016   outputSelection = cms.string('pt > 0'),
0017   minJetPt = cms.double(14),
0018   jetSrc = cms.InputTag('ak4PFJets'),
0019   builders = cms.VPSet(
0020     cms.PSet(
0021       name = cms.string(''),
0022       plugin = cms.string(''),
0023       verbosity = cms.int32(0),
0024       qualityCuts = cms.PSet()
0025     )
0026   ),
0027   mightGet = cms.optional.untracked.vstring
0028 )