CMS 3D CMS Logo

Variables

HTMET_cfi Namespace Reference

Variables

tuple HTMET
tuple htMetAK5
tuple htMetAK7
tuple htMetIC5
tuple htMetIC5Analyzer
tuple htMetKT4
tuple htMetKT4Analyzer
tuple htMetKT6
tuple htMetKT6Analyzer
tuple htMetSC5
tuple htMetSC5Analyzer
tuple htMetSC7
tuple htMetSC7Analyzer

Variable Documentation

Initial value:
00001 cms.EDProducer("METProducer",
00002     src = cms.InputTag("midPointCone5CaloJets"),
00003     METType = cms.string('MET'),
00004     alias = cms.string('HTMET'),
00005     noHF = cms.bool(False),
00006     globalThreshold = cms.double(20.0),
00007     InputType = cms.string('CaloJetCollection')
00008 )

Definition at line 9 of file HTMET_cfi.py.

Initial value:
00001 cms.EDProducer("METProducer",
00002     src = cms.InputTag("ak5CaloJets"),
00003     METType = cms.string('MET'),
00004     alias = cms.string('HTMETAK5'),
00005     noHF = cms.bool(False),
00006     globalThreshold = cms.double(20.0),
00007     InputType = cms.string('CaloJetCollection')
00008 )

Definition at line 63 of file HTMET_cfi.py.

Initial value:
00001 cms.EDProducer("METProducer",
00002     src = cms.InputTag("ak7CaloJets"),
00003     METType = cms.string('MET'),
00004     alias = cms.string('HTMETAK7'),
00005     noHF = cms.bool(False),
00006     globalThreshold = cms.double(20.0),
00007     InputType = cms.string('CaloJetCollection')
00008 )

Definition at line 72 of file HTMET_cfi.py.

Initial value:
00001 cms.EDProducer("METProducer",
00002     src = cms.InputTag("iterativeCone5CaloJets"),
00003     METType = cms.string('MET'),
00004     alias = cms.string('HTMETIC5'),
00005     noHF = cms.bool(False),
00006     globalThreshold = cms.double(20.0),
00007     InputType = cms.string('CaloJetCollection')
00008 )

Definition at line 36 of file HTMET_cfi.py.

Initial value:
00001 cms.EDAnalyzer(
00002     "METTester",
00003     InputMETLabel = cms.InputTag("htMetIC5"),
00004     METType = cms.untracked.string('MET'),
00005     FineBinning = cms.untracked.bool(True),
00006     FolderName = cms.untracked.string("RecoMETV/MET_Global/")
00007 )

Definition at line 25 of file HTMET_cfi.py.

Initial value:
00001 cms.EDProducer("METProducer",
00002     src = cms.InputTag("kt4CaloJets"),
00003     METType = cms.string('MET'),
00004     alias = cms.string('HTMETKT4'),
00005     noHF = cms.bool(False),
00006     globalThreshold = cms.double(20.0),
00007     InputType = cms.string('CaloJetCollection')
00008 )

Definition at line 45 of file HTMET_cfi.py.

Initial value:
00001 cms.EDAnalyzer(
00002     "METTester",
00003     InputMETLabel = cms.InputTag("htMetKT4"),
00004     METType = cms.untracked.string('MET'),
00005     FineBinning = cms.untracked.bool(True),
00006     FolderName = cms.untracked.string("RecoMETV/MET_Global/")
00007 )

Definition at line 33 of file HTMET_cfi.py.

Initial value:
00001 cms.EDProducer("METProducer",
00002     src = cms.InputTag("kt6CaloJets"),
00003     METType = cms.string('MET'),
00004     alias = cms.string('HTMETKT6'),
00005     noHF = cms.bool(False),
00006     globalThreshold = cms.double(20.0),
00007     InputType = cms.string('CaloJetCollection')
00008 )

Definition at line 54 of file HTMET_cfi.py.

Initial value:
00001 cms.EDAnalyzer(
00002     "METTester",
00003     InputMETLabel = cms.InputTag("htMetKT6"),
00004     METType = cms.untracked.string('MET'),
00005     FineBinning = cms.untracked.bool(True),
00006     FolderName = cms.untracked.string("RecoMETV/MET_Global/")
00007 )

Definition at line 41 of file HTMET_cfi.py.

Initial value:
00001 cms.EDProducer("METProducer",
00002     src = cms.InputTag("sisCone5CaloJets"),
00003     METType = cms.string('MET'),
00004     alias = cms.string('HTMETSC5'),
00005     noHF = cms.bool(False),
00006     globalThreshold = cms.double(20.0),
00007     InputType = cms.string('CaloJetCollection')
00008 )

Definition at line 18 of file HTMET_cfi.py.

Initial value:
00001 cms.EDAnalyzer(
00002     "METTester",
00003     InputMETLabel = cms.InputTag("htMetSC5"),
00004     METType = cms.untracked.string('MET'),
00005     FineBinning = cms.untracked.bool(True),
00006     FolderName = cms.untracked.string("RecoMETV/MET_Global/")
00007 )

Definition at line 8 of file HTMET_cfi.py.

Initial value:
00001 cms.EDProducer("METProducer",
00002     src = cms.InputTag("sisCone7CaloJets"),
00003     METType = cms.string('MET'),
00004     alias = cms.string('HTMETSC7'),
00005     noHF = cms.bool(False),
00006     globalThreshold = cms.double(20.0),
00007     InputType = cms.string('CaloJetCollection')
00008 )

Definition at line 27 of file HTMET_cfi.py.

Initial value:
00001 cms.EDAnalyzer(
00002     "METTester",
00003     InputMETLabel = cms.InputTag("htMetSC7"),
00004     METType = cms.untracked.string('MET'),
00005     FineBinning = cms.untracked.bool(True),
00006     FolderName = cms.untracked.string("RecoMETV/MET_Global/")
00007 )

Definition at line 17 of file HTMET_cfi.py.