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 13 of file AthHLT.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 15 of file AthHLT.py.

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

Member Function Documentation

◆ db_instance()

def python.AthHLT.CondDB.db_instance (   self)

Definition at line 17 of file AthHLT.py.

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

◆ sor_folder()

def python.AthHLT.CondDB.sor_folder (   self)

Definition at line 22 of file AthHLT.py.

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

Member Data Documentation

◆ _run2

int python.AthHLT.CondDB._run2 = 236108
staticprivate

Definition at line 14 of file AthHLT.py.

◆ run

python.AthHLT.CondDB.run

Definition at line 16 of file AthHLT.py.


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