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(
':')
59 elif db
in (
'hltdev',
'orcoff'):
63 raise Exception(
'Unknown ConfDB database "%s", valid values are "hltdev" (default) and "orcoff")' % db)
97 if name
is 'menu' and type(value)
is not ConnectionHLTMenu:
100 elif name
is 'l1' and type(value)
is not ConnectionL1TMenu:
103 elif name
is 'l1Xml' and type(value)
is not ConnectionL1TMenuXml:
106 elif name
is 'fastsim' and value:
108 object.__setattr__(self,
'fastsim',
True)
109 object.__setattr__(self,
'fragment',
True)
110 object.__setattr__(self,
'data',
False)
111 elif name
is 'open' and value:
113 object.__setattr__(self,
'open',
True)
114 object.__setattr__(self,
'prescale',
"none")
115 elif name
is 'prescale' and value
is not None:
118 object.__setattr__(self,
'prescale', value)
119 elif name
is 'profiling' and value:
121 object.__setattr__(self,
'profiling',
True)
122 elif name
is 'timing' and value:
124 object.__setattr__(self,
'timing',
True)
125 object.__setattr__(self,
'profiling',
True)
127 object.__setattr__(self, name, value)