test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
customiseSettings.py
Go to the documentation of this file.
1 import os.path
2 import FWCore.ParameterSet.Config as cms
3 
5  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v3_3_1_HI_cfi")
6  return process
7 
9  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v3_3_1_cfi")
10  return process
11 
13  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v3_3_HI_cfi")
14  return process
15 
17  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v3_3_cfi")
18  return process
19 
21  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v3_2_cfi")
22  return process
23 
25  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v3_1_cfi")
26  return process
27 
29  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v3_0_cfi")
30  return process
31 
33  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v2_2_cfi")
34  return process
35 
37  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v2_1_cfi")
38  return process
39 
41  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v2_0_cfi")
42  return process
43 
44 
46  print "Loading configuration for calorimeter parameters in user defined file ./caloStage2Params_UserDefine_cfi.py"
47  if not (os.path.exists("./caloStage2Params_UserDefine_cfi.py")):
48  print "WARNING:"
49  print " Please create file ./caloStage2Params_UserDefine_cfi.py if you want to use the flag: "
50  print " --customise=L1Trigger/Configuration/customiseSettings.L1TSettingsToCaloParams_UserDefine"
51 
52  else:
53  process.load("./caloStage2Params_UserDefine_cfi")
54 
55  return process
56 
def L1TSettingsToCaloStage2Params_v3_3_1_HI
def L1TSettingsToCaloStage2Params_v3_3_1
def L1TSettingsToCaloStage2Params_v3_1
def L1TSettingsToCaloStage2Params_v3_3_HI
def L1TSettingsToCaloStage2Params_v2_1
def L1TSettingsToCaloStage2Params_v3_3
def L1TSettingsToCaloStage2Params_UserDefine
def L1TSettingsToCaloStage2Params_v3_0
def L1TSettingsToCaloStage2Params_v2_2
def L1TSettingsToCaloStage2Params_v3_2
def L1TSettingsToCaloStage2Params_v2_0