CMS 3D CMS Logo

SoftLeptonByDistance_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Do not remove - needed for ConfDB parsing for HLT!
4 
5 softLeptonByDistance = cms.ESProducer("LeptonTaggerByDistanceESProducer",
6  distance = cms.double(0.5)
7 )