src
Configuration
StandardSequences
python
PATGEN_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
PhysicsTools.PatAlgos.slimming.genParticles_cff
import
*
4
from
RecoJets.Configuration.GenJetParticles_cff
import
*
5
from
RecoJets.Configuration.RecoGenJets_cff
import
ak4GenJetsNoNu, ak8GenJetsNoNu
6
from
PhysicsTools.PatAlgos.slimming.slimmedGenJets_cfi
import
*
7
8
patGENTask = cms.Task(
9
genParticlesTask,
10
genParticlesForJets,
11
genParticlesForJetsNoNu,
12
ak4GenJetsNoNu,
13
slimmedGenJets,
14
ak8GenJetsNoNu,
15
slimmedGenJetsAK8
16
)
17
18
miniGEN=cms.Sequence()
RecoGenJets_cff
slimmedGenJets_cfi
GenJetParticles_cff
genParticles_cff
Generated for CMSSW Reference Manual by
1.8.14