Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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.jetMatch_cfi
import
*
8
from
PhysicsTools.PatAlgos.mcMatchLayer0.jetFlavourId_cff
import
*
9
from
PhysicsTools.JetMCAlgos.TauGenJets_cfi
import
tauGenJets
10
11
12
patMCTruth_LeptonPhoton = cms.Sequence (electronMatch+
13
muonMatch+
14
photonMatch)
15
16
patMCTruth_Jet = cms.Sequence ( patJetPartonMatch +
17
patJetGenJetMatch +
18
patJetFlavourId )
19
20
patMCTruth_Tau = cms.Sequence ( tauMatch+
21
tauGenJets*
22
tauGenJetMatch )
23
24
patMCTruth = cms.Sequence(patMCTruth_LeptonPhoton+
25
patMCTruth_Jet+
26
patMCTruth_Tau )
27
Config
jetMatch_cfi
muonMatch_cfi
photonMatch_cfi
TauGenJets_cfi
jetFlavourId_cff
electronMatch_cfi
tauMatch_cfi
Generated for CMSSW Reference Manual by
1.8.5