CommonTools
ParticleFlow
python
genForPF2PAT_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# To reconstruct genjets without the neutrinos
4
from
RecoJets.Configuration.GenJetParticles_cff
import
genParticlesForJetsNoNu
5
from
RecoJets.Configuration.RecoGenJets_cff
import
ak4GenJetsNoNu, ak8GenJetsNoNu
6
7
8
genForPF2PATTask = cms.Task(
9
genParticlesForJetsNoNu ,
10
ak4GenJetsNoNu ,
11
ak8GenJetsNoNu
12
)
13
genForPF2PATSequence = cms.Sequence(genForPF2PATTask)
RecoGenJets_cff
GenJetParticles_cff
Generated for CMSSW Reference Manual by
1.8.14