ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.ConditionsContainerAccess.InterfaceRDS Class Reference
Inheritance diagram for python.ConditionsContainerAccess.InterfaceRDS:
Collaboration diagram for python.ConditionsContainerAccess.InterfaceRDS:

Public Member Functions

def __init__ (self, t)
 
def cast (self, obj)
 

Public Attributes

 type
 

Detailed Description

Definition at line 46 of file ConditionsContainerAccess.py.

Constructor & Destructor Documentation

◆ __init__()

def python.ConditionsContainerAccess.InterfaceRDS.__init__ (   self,
  t 
)

Definition at line 47 of file ConditionsContainerAccess.py.

47  def __init__(self, t ) :
48  if type(t) is str : t = PyLCGDict.makeClass(t)
49  # print "type is string: ",t
50  # t = PyLCGDict.makeClass(t)
51  #t = PyLCGDict.makeClass(t)
52  self.type = t

Member Function Documentation

◆ cast()

def python.ConditionsContainerAccess.InterfaceRDS.cast (   self,
  obj 
)

Definition at line 53 of file ConditionsContainerAccess.py.

53  def cast(self, obj) :
54  if obj :
55  ip = PyLCGDict.libPyROOT.MakeNullPointer(self.type)
56  if obj._isvc.queryInterface(self.type.interfaceID(), ip).isSuccess() :
57  return ip
58  return None
59 

Member Data Documentation

◆ type

python.ConditionsContainerAccess.InterfaceRDS.type

Definition at line 52 of file ConditionsContainerAccess.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
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42