3 'Fake':
'auto:run1_mc_Fake',
4 'FULL':
'auto:run2_mc_FULL',
5 'GRun':
'auto:run2_mc_GRun',
6 '25ns14e33_v3':
'auto:run2_mc_25ns14e33_v3',
7 '50ns_5e33_v3':
'auto:run2_mc_50ns_5e33_v3',
8 '25ns14e33_v1':
'auto:run2_mc_25ns14e33_v1',
9 '50ns_5e33_v1':
'auto:run2_mc_50ns_5e33_v1',
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 '25nsLowPU':
'auto:run2_mc_25nsLowPU',
16 'data' :
'auto:run1_hlt',
30 self.
connect = value.split(
',')[1]
45 self.
XmlFile = value.split(
',')[0]
46 self.
LumiDir = value.split(
',')[1]
54 valid_versions =
'v1',
'v2'
55 valid_databases =
'online',
'offline',
'adg'
56 compatibility = {
'hltdev': (
'v1',
'offline'),
'orcoff': (
'v2',
'adg') }
75 tokens = value.split(
':')
77 raise Exception(
'Invalid HLT menu specification "%s"' % value)
91 tokens = db.split(
'/')
93 raise Exception(
'Invalid HLT menu specification "%s"' % value)
142 if name
is 'menu' and type(value)
is not ConnectionHLTMenu:
145 elif name
is 'l1' and type(value)
is not ConnectionL1TMenu:
148 elif name
is 'l1Xml' and type(value)
is not ConnectionL1TMenuXml:
151 elif name
is 'open' and value:
153 object.__setattr__(self,
'open',
True)
154 object.__setattr__(self,
'prescale',
"none")
155 elif name
is 'prescale' and value
is not None:
158 object.__setattr__(self,
'prescale', value)
159 elif name
is 'profiling' and value:
161 object.__setattr__(self,
'profiling',
True)
162 elif name
is 'timing' and value:
164 object.__setattr__(self,
'timing',
True)
165 object.__setattr__(self,
'profiling',
True)
167 object.__setattr__(self, name, value)
static std::string join(char **cmd)