CMS 3D CMS Logo

calocandidatemaker_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 caloTowerCandidates = cms.EDFilter("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 

Generated on Tue Jun 9 17:43:43 2009 for CMSSW by  doxygen 1.5.4