Skip to content

Commit

Permalink
trivial V10 customize
Browse files Browse the repository at this point in the history
  • Loading branch information
mariadalfonso committed Jul 9, 2022
1 parent 20c4546 commit 5cf3a96
Showing 1 changed file with 14 additions and 0 deletions.
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

0 comments on commit 5cf3a96

Please sign in to comment.