3 'Fake':
'auto:run1_mc_Fake',
4 'FULL':
'auto:run2_mc_FULL',
5 'GRun':
'auto:run2_mc_GRun',
6 '25ns14e33_v2':
'auto:run2_mc_GRun',
7 '50ns_5e33_v2':
'auto:run2_mc_50nsGRun',
8 '25ns14e33_v1':
'auto:run2_mc_GRun',
9 '50ns_5e33_v1':
'auto:run2_mc_50nsGRun',
10 '50nsGRun':
'auto:run2_mc_50nsGRun',
11 '50ns' :
'auto:run2_mc_50nsGRun',
12 'HIon' :
'auto:run2_mc_HIon',
13 'PIon' :
'auto:run2_mc_PIon',
14 'LowPU':
'auto:run2_mc_LowPU',
15 'data' :
'auto:run1_hlt',
29 self.
connect = value.split(
',')[1]
44 self.
XmlFile = value.split(
',')[0]
45 self.
LumiDir = value.split(
',')[1]
62 (db, name) = self.value.split(
':')
66 elif db
in (
'hltdev',
'orcoff'):
70 raise Exception(
'Unknown ConfDB database "%s", valid values are "hltdev" (default) and "orcoff")' % db)
105 if name
is 'menu' and type(value)
is not ConnectionHLTMenu:
108 elif name
is 'l1' and type(value)
is not ConnectionL1TMenu:
111 elif name
is 'l1Xml' and type(value)
is not ConnectionL1TMenuXml:
114 elif name
is 'open' and value:
116 object.__setattr__(self,
'open',
True)
117 object.__setattr__(self,
'prescale',
"none")
118 elif name
is 'prescale' and value
is not None:
121 object.__setattr__(self,
'prescale', value)
122 elif name
is 'profiling' and value:
124 object.__setattr__(self,
'profiling',
True)
125 elif name
is 'timing' and value:
127 object.__setattr__(self,
'timing',
True)
128 object.__setattr__(self,
'profiling',
True)
130 object.__setattr__(self, name, value)