CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
nano_cff.py
Go to the documentation of this file.
1 from __future__ import print_function
2 import FWCore.ParameterSet.Config as cms
4 
5 
6 def nanoAOD_customizeV10(process):
7 
8  # PUT here any old recipe that belonged to the V10
9  # update the PhysicsTools/NanoAOD/python as needed
10 
11  process.nanoSequence = cms.Sequence(process.nanoSequence)
12  process.nanoSequenceMC = cms.Sequence(process.nanoSequenceMC)
13 
14  return process
def nanoAOD_customizeV10(process)
Definition: nano_cff.py:6