00001 import FWCore.ParameterSet.Config as cms 00002 00003 positiveSoftLeptonByPt = cms.ESProducer("LeptonTaggerByPtESProducer", 00004 ipSign = cms.string("positive") 00005 )