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)
98 if name
is 'menu' and type(value)
is not ConnectionHLTMenu:
101 elif name
is 'l1' and type(value)
is not ConnectionL1TMenu:
104 elif name
is 'l1Xml' and type(value)
is not ConnectionL1TMenuXml:
107 elif name
is 'fastsim' and value:
109 object.__setattr__(self,
'fastsim',
True)
110 object.__setattr__(self,
'fragment',
True)
111 object.__setattr__(self,
'data',
False)
112 elif name
is 'open' and value:
114 object.__setattr__(self,
'open',
True)
115 object.__setattr__(self,
'prescale',
"none")
116 elif name
is 'prescale' and value
is not None:
119 object.__setattr__(self,
'prescale', value)
120 elif name
is 'profiling' and value:
122 object.__setattr__(self,
'profiling',
True)
123 elif name
is 'timing' and value:
125 object.__setattr__(self,
'timing',
True)
126 object.__setattr__(self,
'profiling',
True)
128 object.__setattr__(self, name, value)