Variables | |
tuple | caloTowerCandidates |
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.