Skip to content

Commit

Permalink
Merge pull request #38668 from mariadalfonso/customizeNanoMaster
Browse files Browse the repository at this point in the history
trivial V10 customize
  • Loading branch information
cmsbuild authored Jul 10, 2022
2 parents 6f4c6e1 + 5cf3a96 commit f0eca44
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions PhysicsTools/NanoAOD/python/V10/nano_cff.py
Original file line number Diff line number Diff line change
@@ -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 f0eca44

Please sign in to comment.