Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trivial V10 customize #38668

Merged
merged 1 commit into from Jul 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions PhysicsTools/NanoAOD/python/V10/nano_cff.py
@@ -0,0 +1,14 @@
from __future__ import print_function
import FWCore.ParameterSet.Config as cms
from PhysicsTools.NanoAOD.nano_cff import *


def nanoAOD_customizeV10(process):

# PUT here any old recipe that belonged to the V10
# update the PhysicsTools/NanoAOD/python as needed

process.nanoSequence = cms.Sequence(process.nanoSequence)
process.nanoSequenceMC = cms.Sequence(process.nanoSequenceMC)

return process