Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoMET
METProducers
python
genMetFromGenJets_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# File: genMetFromGenJets.cfi
4
# Author: B. Scurlock
5
# Date: 03.01.2008
6
#
7
# Form Missing ET from Generator Information and store into event as a GenMET
8
# product.
9
genMetIC5GenJets = cms.EDProducer(
"METProducer"
,
10
src = cms.InputTag(
"iterativeCone5GenJets"
),
## Input product label
11
12
METType = cms.string(
'MET'
),
## Output MET type
13
14
alias = cms.string(
'GenMETIC5'
),
## Alias for FWLite
15
16
noHF = cms.bool(
False
),
## do not exclude HF
17
18
globalThreshold = cms.double(0.0),
## Global Threshold for input objects
19
20
InputType = cms.string(
'CandidateCollection'
)
## Input product type
21
22
)
23
24
Config
Generated for CMSSW Reference Manual by
1.8.5