CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
phase1TkCustoms Namespace Reference

Functions

def customise
 

Function Documentation

def phase1TkCustoms.customise (   process)

Definition at line 3 of file phase1TkCustoms.py.

3 
4 def customise(process):
5  raise Exception("""
6 ########################################
7 #
8 # -- Warning! You are using a deprecated customisation function. --
9 #
10 # You have to update your configuration file by
11 # If using cmsDriver:
12 # 1) add the option "--era Run2_2017"
13 # If using a pre-made configuration file:
14 # 1) add "from Configuration.Eras.Era_Run2_2017_cff import Run2_2017" to the TOP of the config file (above
15 # the process declaration).
16 # 2) add "Run2_2017" as a parameter to the process object, e.g. "process = cms.Process('HLT',Run2_2017)"
17 #
18 # If you are targeting something else than 2017 and have to use a
19 # customize function from SLHC-times, you have to modify the customize
20 # function to take phase1Pixel customizations via era, and the rest via
21 # the customize function. If you are working on something that should
22 # get integrated to the releases, it is highly recommended to migrate
23 # the customize function to eras.
24 #
25 # There is more information at https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideCmsDriverEras
26 #
27 ########################################
28 """)