Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
PhysicsTools
PatAlgos
python
mcMatchLayer0
mcMatchSequences_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
PhysicsTools.PatAlgos.mcMatchLayer0.electronMatch_cfi
import
*
4
from
PhysicsTools.PatAlgos.mcMatchLayer0.muonMatch_cfi
import
*
5
from
PhysicsTools.PatAlgos.mcMatchLayer0.tauMatch_cfi
import
*
6
from
PhysicsTools.PatAlgos.mcMatchLayer0.photonMatch_cfi
import
*
7
from
PhysicsTools.PatAlgos.mcMatchLayer0.ootPhotonMatch_cff
import
*
8
from
PhysicsTools.PatAlgos.mcMatchLayer0.jetMatch_cfi
import
*
9
from
PhysicsTools.PatAlgos.mcMatchLayer0.jetFlavourId_cff
import
*
10
from
PhysicsTools.JetMCAlgos.TauGenJets_cfi
import
tauGenJets
11
12
13
patMCTruth_LeptonPhoton = cms.Sequence (electronMatch+
14
muonMatch+
15
photonMatch+
16
ootPhotoMatch)
17
18
patMCTruth_Jet = cms.Sequence ( patJetPartonMatch +
19
patJetGenJetMatch +
20
patJetFlavourId )
21
22
patMCTruth_Tau = cms.Sequence ( tauMatch+
23
tauGenJets*
24
tauGenJetMatch )
25
26
patMCTruth = cms.Sequence(patMCTruth_LeptonPhoton+
27
patMCTruth_Jet+
28
patMCTruth_Tau )
29
photonMatch_cfi
tauMatch_cfi
jetMatch_cfi
ootPhotonMatch_cff
muonMatch_cfi
jetFlavourId_cff
electronMatch_cfi
TauGenJets_cfi
Generated for CMSSW Reference Manual by
1.8.16