ATLAS Offline Software
Public Member Functions | Public Attributes | Static Private Attributes | List of all members
python.AthHLT.CondDB Class Reference
Collaboration diagram for python.AthHLT.CondDB:

Public Member Functions

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

Public Attributes

 run
 

Static Private Attributes

int _run2 = 236108
 

Detailed Description

Definition at line 12 of file AthHLT.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 14 of file AthHLT.py.

14  def __init__(self, run):
15  self.run = run

Member Function Documentation

◆ db_instance()

def python.AthHLT.CondDB.db_instance (   self)

Definition at line 16 of file AthHLT.py.

16  def db_instance(self):
17  if self.run>=self._run2:
18  return 'CONDBR2'
19  else:
20  return 'COMP200'

◆ sor_folder()

def python.AthHLT.CondDB.sor_folder (   self)

Definition at line 21 of file AthHLT.py.

21  def sor_folder(self):
22  if self.run>=self._run2:
23  return '/TDAQ/RunCtrl/SOR'
24  else:
25  return '/TDAQ/RunCtrl/SOR_Params'
26 
27 @cache

Member Data Documentation

◆ _run2

int python.AthHLT.CondDB._run2 = 236108
staticprivate

Definition at line 13 of file AthHLT.py.

◆ run

python.AthHLT.CondDB.run

Definition at line 15 of file AthHLT.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18