Definition at line 14 of file AthHLT.py.
◆ __init__()
| python.AthHLT.CondDB.__init__ |
( |
| self, |
|
|
| run ) |
Definition at line 16 of file AthHLT.py.
16 def __init__(self, run):
17 self.run = run
◆ db_instance()
| python.AthHLT.CondDB.db_instance |
( |
| self | ) |
|
Definition at line 18 of file AthHLT.py.
18 def db_instance(self):
19 if self.run>=self._run2:
20 return 'CONDBR2'
21 else:
22 return 'COMP200'
◆ sor_folder()
| python.AthHLT.CondDB.sor_folder |
( |
| self | ) |
|
Definition at line 23 of file AthHLT.py.
23 def sor_folder(self):
24 if self.run>=self._run2:
25 return '/TDAQ/RunCtrl/SOR'
26 else:
27 return '/TDAQ/RunCtrl/SOR_Params'
28
29@cache
◆ _run2
| int python.AthHLT.CondDB._run2 = 236108 |
|
staticprotected |
◆ run
| python.AthHLT.CondDB.run = run |
The documentation for this class was generated from the following file: