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_25ns10e33_v2',
8 '25ns15e33_v4' :
'auto:run2_mc_25ns15e33_v4',
9 'HIon' :
'auto:run2_mc_HIon',
10 'PIon' :
'auto:run2_mc_PIon',
11 'PRef' :
'auto:run2_mc_PRef',
12 'data' :
'auto:run2_hlt_relval',
41 self.
XmlFile = value.split(
',')[0]
42 self.
LumiDir = value.split(
',')[1]
50 valid_versions =
'v1',
'v2'
51 valid_databases =
'online',
'offline',
'adg'
52 compatibility = {
'hltdev': (
'v2',
'offline'),
'orcoff': (
'v2',
'adg') }
71 tokens = value.split(
':')
73 raise Exception(
'Invalid HLT menu specification "%s"' % value)
87 tokens = db.split(
'/')
89 raise Exception(
'Invalid HLT menu specification "%s"' % value)
134 if name
is 'menu' and type(value)
is not ConnectionHLTMenu:
137 elif name
is 'l1' and type(value)
is not ConnectionL1TMenu:
140 elif name
is 'l1Xml' and type(value)
is not ConnectionL1TMenuXml:
143 elif name
is 'open' and value:
145 object.__setattr__(self,
'open',
True)
146 object.__setattr__(self,
'prescale',
"none")
147 elif name
is 'prescale' and value
is not None:
150 object.__setattr__(self,
'prescale', value)
151 elif name
is 'profiling' and value:
153 object.__setattr__(self,
'profiling',
True)
154 elif name
is 'timing' and value:
156 object.__setattr__(self,
'timing',
True)
157 object.__setattr__(self,
'profiling',
True)
159 object.__setattr__(self, name, value)
static std::string join(char **cmd)