test
CMS 3D CMS Logo

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

Functions

def L1TSettingsToCaloStage2Params_UserDefine
 
def L1TSettingsToCaloStage2Params_v2_0
 
def L1TSettingsToCaloStage2Params_v2_1
 

Function Documentation

def customiseSettings.L1TSettingsToCaloStage2Params_UserDefine (   process)

Definition at line 14 of file customiseSettings.py.

14 
16  print "Loading configuration for calorimeter parameters in user defined file ./caloStage2Params_UserDefine_cfi.py"
17  if not (os.path.exists("./caloStage2Params_UserDefine_cfi.py")):
18  print "WARNING:"
19  print " Please create file ./caloStage2Params_UserDefine_cfi.py if you want to use the flag: "
20  print " --customise=L1Trigger/Configuration/customiseSettings.L1TSettingsToCaloParams_UserDefine"
21 
22  else:
23  process.load("./caloStage2Params_UserDefine_cfi")
24 
25  return process
26 
def L1TSettingsToCaloStage2Params_UserDefine
def customiseSettings.L1TSettingsToCaloStage2Params_v2_0 (   process)

Definition at line 9 of file customiseSettings.py.

9 
11  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v2_0_cfi")
12  return process
13 
def L1TSettingsToCaloStage2Params_v2_0
def customiseSettings.L1TSettingsToCaloStage2Params_v2_1 (   process)

Definition at line 5 of file customiseSettings.py.

5 
7  process.load("L1Trigger.L1TCalorimeter.caloStage2Params_2016_v2_1_cfi")
8  return process
def L1TSettingsToCaloStage2Params_v2_1