CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 64 of file autoCondHLT.py.

64 
65 def autoCondHLT(autoCond):
66  for key,val in hltGTs.items():
67  if len(val)==1 :
68  autoCond[key] = ( autoCond[val[0]] )
69  else:
70  autoCond[key] = ( autoCond[val[0]],) + val[1]
71 
72  return autoCond
def autoCondHLT
Definition: autoCondHLT.py:64

Variable Documentation

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

Definition at line 3 of file autoCondHLT.py.

dictionary autoCondHLT.hltGTs

Definition at line 28 of file autoCondHLT.py.

string autoCondHLT.l1MenuLabel = ""

Definition at line 7 of file autoCondHLT.py.

string autoCondHLT.l1MenuRecord = "L1GtTriggerMenuRcd"

Definition at line 6 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  'Fake2' : ( ','.join( [ 'L1Menu_Collisions2016_v9_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-10-06 19:36:53.000"] ), ),
5  'FULL' : ( ','.join( [ 'L1Menu_Collisions2022_v1_0_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2022-04-01 15:43:22.000"] ), ),
6  'GRun' : ( ','.join( [ 'L1Menu_Collisions2022_v1_0_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2022-04-01 15:43:22.000"] ), ),
7  'HIon' : ( ','.join( [ 'L1Menu_CollisionsHeavyIons2018_v4_2_0-d1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2018-11-21 14:35:33.000"] ), ),
8  'PIon' : ( ','.join( [ 'L1Menu_HeavyIons2016_v3_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-11-22 11:11:00.000"] ), ),
9  'PRef' : ( ','.join( [ 'L1Menu_pp502Collisions2017_v4_m6_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2017-11-03 18:00:00.000"] ), ),
10 }
static std::string join(char **cmd)
Definition: RemoteFile.cc:19

Definition at line 17 of file autoCondHLT.py.

string autoCondHLT.l1tMenuLabel = ""

Definition at line 11 of file autoCondHLT.py.

string autoCondHLT.l1tMenuRecord = "L1TUtmTriggerMenuRcd"

Definition at line 10 of file autoCondHLT.py.