3 'Fake' :
'auto:run1_mc_Fake',
4 'Fake1':
'auto:run2_mc_Fake1',
5 'Fake2':
'auto:run2_mc_Fake2',
6 'FULL' :
'auto:run3_mc_FULL',
7 'GRun' :
'auto:run3_mc_GRun',
8 'HIon' :
'auto:run3_mc_HIon',
9 'PIon' :
'auto:run3_mc_PIon',
10 'PRef' :
'auto:run3_mc_PRef',
11 'data' :
'auto:run3_hlt_relval',
12 '2023v12' :
'auto:run3_mc_2023v12',
41 self.
XmlFile = value.split(
',')[0]
42 self.
LumiDir = value.split(
',')[1]
50 valid_versions =
'v1',
'v2',
'v3',
'v3-beta',
'v3-test' 51 valid_databases =
'online',
'run3',
'adg',
'dev',
'run2' 52 compatibility = {
'hltdev': (
'v3',
'run3'),
'orcoff': (
'v3',
'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)
140 if name ==
'menu' and not isinstance(value, ConnectionHLTMenu):
143 elif name ==
'l1' and not isinstance(value, ConnectionL1TMenu):
146 elif name ==
'l1Xml' and not isinstance(value, ConnectionL1TMenuXml):
149 elif name ==
'open' and value:
151 object.__setattr__(self,
'open',
True)
152 object.__setattr__(self,
'prescale',
"none")
153 elif name ==
'prescale' and value
is not None:
156 object.__setattr__(self,
'prescale', value)
157 elif name ==
'profiling' and value:
159 object.__setattr__(self,
'profiling',
True)
160 elif name ==
'timing' and value:
162 object.__setattr__(self,
'timing',
True)
163 object.__setattr__(self,
'profiling',
True)
164 elif name ==
'setup' and value
and value.find(
":")!=-1:
165 raise Exception(
'you can not specify a converter/database in the setup option.\nIt takes the converter database specified by the primary config.\nPlease remove the text upto and including the ":" in\n {} '.
format(value))
167 object.__setattr__(self, name, value)
def __setattr__(self, name, value)
static std::string join(char **cmd)