3 '2014':
'auto:run1_mc_2014',
4 'Fake':
'auto:run1_mc_Fake',
5 'FULL':
'auto:run2_mc_FULL',
6 'GRun':
'auto:run2_mc_GRun',
7 'HIon':
'auto:run2_mc_HIon',
8 'PIon':
'auto:run2_mc_PIon',
9 'data':
'auto:run1_hlt',
23 self.
connect = value.split(
',')[1]
38 self.
XmlFile = value.split(
',')[0]
39 self.
LumiDir = value.split(
',')[1]
56 (db, name) = self.value.split(
':')
60 elif db
in (
'hltdev',
'orcoff'):
64 raise Exception(
'Unknown ConfDB database "%s", valid values are "hltdev" (default) and "orcoff")' % db)
100 if name
is 'menu' and type(value)
is not ConnectionHLTMenu:
103 elif name
is 'l1' and type(value)
is not ConnectionL1TMenu:
106 elif name
is 'l1Xml' and type(value)
is not ConnectionL1TMenuXml:
109 elif name
is 'fastsim' and value:
111 object.__setattr__(self,
'fastsim',
True)
112 object.__setattr__(self,
'fragment',
True)
113 object.__setattr__(self,
'data',
False)
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)