test
CMS 3D CMS Logo

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

Functions

def autoCondHLT
 

Variables

string connectionString = "frontier://FrontierProd/CMS_CONDITIONS"
 
dictionary hltGTs
 
string l1MenuLabel = ""
 
string l1MenuRecord = "L1GtTriggerMenuRcd"
 
dictionary l1Menus
 
string l1tMenuLabel = ""
 
string l1tMenuRecord = "L1TUtmTriggerMenuRcd"
 

Function Documentation

def autoCondHLT.autoCondHLT (   autoCond)

Definition at line 69 of file autoCondHLT.py.

69 
70 def autoCondHLT(autoCond):
71  for key,val in hltGTs.iteritems():
72  if len(val)==1 :
73  autoCond[key] = ( autoCond[val[0]] )
74  else:
75  autoCond[key] = ( autoCond[val[0]],) + val[1]
76 
77  return autoCond
def autoCondHLT
Definition: autoCondHLT.py:69

Variable Documentation

string autoCondHLT.connectionString = "frontier://FrontierProd/CMS_CONDITIONS"
dictionary autoCondHLT.hltGTs

Definition at line 30 of file autoCondHLT.py.

string autoCondHLT.l1MenuLabel = ""

Definition at line 8 of file autoCondHLT.py.

string autoCondHLT.l1MenuRecord = "L1GtTriggerMenuRcd"

Definition at line 7 of file autoCondHLT.py.

dictionary autoCondHLT.l1Menus
Initial value:
1 = {
2  'Fake' : ( ','.join( [ 'L1GtTriggerMenu_L1Menu_Collisions2012_v3_mc' , l1MenuRecord,connectionString, l1MenuLabel, "2015-10-26 12:00:00.000"] ), ),
3  'Fake1' : ( ','.join( [ 'L1Menu_Collisions2015_25nsStage1_v5' , l1MenuRecord,connectionString, l1MenuLabel, "2015-10-26 12:00:00.000"] ), ),
4  'FULL' : ( ','.join( [ 'L1Menu_Collisions2016_v9_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-10-06 19:36:53.000"] ), ),
5  'GRun' : ( ','.join( [ 'L1Menu_Collisions2016_v9_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-10-06 19:36:53.000"] ), ),
6  '25ns15e33_v4' : ( ','.join( [ 'L1Menu_Collisions2016_v6r5_ugt_1board_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-08-23 20:00:00.000"] ), ),
7  '25ns10e33_v2' : ( ','.join( [ 'L1Menu_Collisions2016_v4_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-05-24 14:55:00.000"] ), ),
8  'HIon' : ( ','.join( [ 'L1Menu_CollisionsHeavyIons2015_v5_uGT_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-03-04 15:00:00.000"] ), ),
9  'PIon' : ( ','.join( [ 'L1Menu_HeavyIons2016_v0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-08-19 08:40:00.000"] ), ),
10  'PRef' : ( ','.join( [ 'L1Menu_Collisions2015_5TeV_pp_reference_v5_uGT_v2_mc_xml',l1tMenuRecord,connectionString,l1tMenuLabel, "2016-03-04 15:00:00.000"] ), ),
11 }
static std::string join(char **cmd)
Definition: RemoteFile.cc:18

Definition at line 18 of file autoCondHLT.py.

string autoCondHLT.l1tMenuLabel = ""

Definition at line 12 of file autoCondHLT.py.

string autoCondHLT.l1tMenuRecord = "L1TUtmTriggerMenuRcd"

Definition at line 11 of file autoCondHLT.py.