Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Variables
TtSemiLepHypGenMatch_cfi Namespace Reference
Variables
tuple
ttSemiLepHypGenMatch
Variable Documentation
tuple TtSemiLepHypGenMatch_cfi.ttSemiLepHypGenMatch
Initial value:
1
= cms.EDProducer(
"TtSemiLepHypGenMatch"
,
2
## met input
3
mets = cms.InputTag(
"patMETs"
),
4
## jet input
5
jets = cms.InputTag(
"selectedPatJets"
),
6
## lepton input
7
leps = cms.InputTag(
"selectedPatMuons"
),
8
## gen match hypothesis input
9
match = cms.InputTag(
"ttSemiLepJetPartonMatch"
),
10
## specify jet correction level as, Uncorrected, L1Offset, L2Relative, L3Absolute,
11
## L4Emf, L5Hadron, L6UE, L7Parton, a flavor specification will be added automatically,
12
## when chosen
13
jetCorrectionLevel = cms.string(
"L3Absolute"
),
14
## different ways to calculate a neutrino pz:
15
## -1 : take MET as neutrino directly, i.e. pz = 0
16
## or use mW = 80.4 GeV to solve the quadratic equation for the neutrino pz;
17
## if two real solutions...
18
## 0 : take the one closer to the lepton pz if neutrino pz < 300 GeV,
19
## otherwise the more central one
20
## 1 : always take the one closer to the lepton pz
21
## 2 : always take the more central one, i.e. minimize neutrino pz
22
## 3 : maximize the cosine of the angle between lepton and reconstructed W
23
## in all these cases (0, 1, 2, 3), only the real part is used if solutions are complex
24
neutrinoSolutionType = cms.int32(-1)
25
)
Definition at line
6
of file
TtSemiLepHypGenMatch_cfi.py
.
Generated for CMSSW Reference Manual by
1.8.5