Skip to content

Commit

Permalink
Add genFilterTable to the NanoGen sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
mzarucki committed Dec 9, 2021
1 parent 7ea752f commit 27fcb91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PhysicsTools/NanoAOD/python/nanogen_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from PhysicsTools.NanoAOD.taus_cff import *
from PhysicsTools.NanoAOD.jets_cff import *
from PhysicsTools.NanoAOD.globals_cff import genTable
from PhysicsTools.NanoAOD.globals_cff import genTable,genFilterTable
from PhysicsTools.NanoAOD.met_cff import metMCTable
from PhysicsTools.NanoAOD.genparticles_cff import *
from PhysicsTools.NanoAOD.particlelevel_cff import *
Expand All @@ -26,6 +26,7 @@
genJetAK8FlavourTable+
cms.Sequence(genTauTask)+
genTable+
genFilterTable+
cms.Sequence(genParticleTablesTask)+
cms.Sequence(genVertexTablesTask)+
tautagger+
Expand Down

0 comments on commit 27fcb91

Please sign in to comment.