CMS 3D CMS Logo

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

Variables

tuple caloMet
 ____________________________________________________________________________|| More...
 
tuple caloMetBE
 ____________________________________________________________________________|| More...
 
tuple caloMetBEFO = caloMet.clone()
 ____________________________________________________________________________|| More...
 
tuple caloMetBEO = caloMetBE.clone()
 ____________________________________________________________________________|| More...
 

Variable Documentation

tuple CaloMET_cfi.caloMet
Initial value:
1 = cms.EDProducer(
2  "CaloMETProducer",
3  src = cms.InputTag("towerMaker"),
4  alias = cms.string('caloMet'),
5  noHF = cms.bool(False),
6  globalThreshold = cms.double(0.3),
7  calculateSignificance = cms.bool(False)
8  )

____________________________________________________________________________||

Definition at line 4 of file CaloMET_cfi.py.

Referenced by HiggsDQM.analyze(), and L1JetRecoTreeProducer.analyze().

tuple CaloMET_cfi.caloMetBE
Initial value:
1 = cms.EDProducer(
2  "CaloMETProducer",
3  src = cms.InputTag("towerMaker"),
4  alias = cms.string('caloMetBE'),
5  noHF = cms.bool(True),
6  globalThreshold = cms.double(0.3),
7  calculateSignificance = cms.bool(False)
8 )

____________________________________________________________________________||

Definition at line 19 of file CaloMET_cfi.py.

Referenced by L1JetRecoTreeProducer.analyze().

tuple CaloMET_cfi.caloMetBEFO = caloMet.clone()

____________________________________________________________________________||

Definition at line 14 of file CaloMET_cfi.py.

tuple CaloMET_cfi.caloMetBEO = caloMetBE.clone()

____________________________________________________________________________||

Definition at line 29 of file CaloMET_cfi.py.