Skip to content

Commit

Permalink
Merge pull request #38667 from mariadalfonso/customizeNano
Browse files Browse the repository at this point in the history
trivial V10 customize (12_4)
  • Loading branch information
cmsbuild authored Jul 12, 2022
2 parents 7a534b9 + 6ff5879 commit ffffcce
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 ffffcce

Please sign in to comment.