3 'Fake' :
'auto:run1_mc_Fake',
4 'Fake1':
'auto:run2_mc_Fake1',
5 'FULL' :
'auto:run2_mc_FULL',
6 'GRun' :
'auto:run2_mc_GRun',
7 '25ns10e33_v2' :
'auto:run2_mc_GRun',
8 'HIon' :
'auto:run2_mc_HIon',
9 'PIon' :
'auto:run2_mc_PIon',
10 'PRef' :
'auto:run2_mc_PRef',
11 'data' :
'auto:run2_hlt_relval',
40 self.
XmlFile = value.split(
',')[0]
41 self.
LumiDir = value.split(
',')[1]
49 valid_versions =
'v1',
'v2'
50 valid_databases =
'online',
'offline',
'adg'
51 compatibility = {
'hltdev': (
'v1',
'offline'),
'orcoff': (
'v2',
'adg') }
70 tokens = value.split(
':')
72 raise Exception(
'Invalid HLT menu specification "%s"' % value)
86 tokens = db.split(
'/')
88 raise Exception(
'Invalid HLT menu specification "%s"' % value)
136 if name
is 'menu' and type(value)
is not ConnectionHLTMenu:
139 elif name
is 'l1' and type(value)
is not ConnectionL1TMenu:
142 elif name
is 'l1Xml' and type(value)
is not ConnectionL1TMenuXml:
145 elif name
is 'open' and value:
147 object.__setattr__(self,
'open',
True)
148 object.__setattr__(self,
'prescale',
"none")
149 elif name
is 'prescale' and value
is not None:
152 object.__setattr__(self,
'prescale', value)
153 elif name
is 'profiling' and value:
155 object.__setattr__(self,
'profiling',
True)
156 elif name
is 'timing' and value:
158 object.__setattr__(self,
'timing',
True)
159 object.__setattr__(self,
'profiling',
True)
161 object.__setattr__(self, name, value)
static std::string join(char **cmd)