CMS 3D CMS Logo

Variables

calocandidatemaker_cfi Namespace Reference

Variables

tuple caloTowerCandidates

Variable Documentation

Initial value:
00001 cms.EDProducer("CaloTowerCandidateCreator",
00002     src = cms.InputTag("towermaker"),
00003     # Minimum transverse energy for the tower to be converted to a candidate (GeV)
00004     minimumEt = cms.double(-1.0),
00005     # Minimum energy for the tower to be converted to a candidate (GeV)
00006     minimumE = cms.double(-1.0)
00007 )

Definition at line 3 of file calocandidatemaker_cfi.py.