CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
calocandidatemaker_cfi Namespace Reference

Variables

tuple caloTowerCandidates
 

Variable Documentation

tuple calocandidatemaker_cfi.caloTowerCandidates
Initial value:
1 = cms.EDProducer("CaloTowerCandidateCreator",
2  src = cms.InputTag("towermaker"),
3  # Minimum transverse energy for the tower to be converted to a candidate (GeV)
4  minimumEt = cms.double(-1.0),
5  # Minimum energy for the tower to be converted to a candidate (GeV)
6  minimumE = cms.double(-1.0)
7 )

Definition at line 3 of file calocandidatemaker_cfi.py.