ATLAS Offline Software
Loading...
Searching...
No Matches
python.AthHLT.CondDB Class Reference
Collaboration diagram for python.AthHLT.CondDB:

Public Member Functions

 __init__ (self, run)
 db_instance (self)
 sor_folder (self)

Public Attributes

 run = run

Static Protected Attributes

int _run2 = 236108

Detailed Description

Definition at line 14 of file AthHLT.py.

Constructor & Destructor Documentation

◆ __init__()

python.AthHLT.CondDB.__init__ ( self,
run )

Definition at line 16 of file AthHLT.py.

16 def __init__(self, run):
17 self.run = run

Member Function Documentation

◆ 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

Member Data Documentation

◆ _run2

int python.AthHLT.CondDB._run2 = 236108
staticprotected

Definition at line 15 of file AthHLT.py.

◆ run

python.AthHLT.CondDB.run = run

Definition at line 17 of file AthHLT.py.


The documentation for this class was generated from the following file: