CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoLocalCalo/CaloTowersCreator/python/calocandidatemaker_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 caloTowerCandidates = cms.EDProducer("CaloTowerCandidateCreator",
00004     src = cms.InputTag("towermaker"),
00005     # Minimum transverse energy for the tower to be converted to a candidate (GeV)
00006     minimumEt = cms.double(-1.0),
00007     # Minimum energy for the tower to be converted to a candidate (GeV)
00008     minimumE = cms.double(-1.0)
00009 )
00010 
00011