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

Public Member Functions

def __init__ (self, streamTypes, streamLengths, timing, adccalib)
 
def streamTypes (self)
 
def streamLengths (self)
 
def timing (self)
 
def ADCCalib (self)
 

Private Attributes

 _sTypes
 
 _sLengths
 
 _tim
 
 _adcc
 

Detailed Description

Definition at line 94 of file LArRunFormat.py.

Constructor & Destructor Documentation

◆ __init__()

def python.LArRunFormat.LArDTRunInfo.__init__ (   self,
  streamTypes,
  streamLengths,
  timing,
  adccalib 
)

Definition at line 96 of file LArRunFormat.py.

96  def __init__(self,streamTypes, streamLengths, timing, adccalib):
97  self._sTypes = streamTypes
98  self._sLengths = streamLengths
99  self._tim = timing
100  self._adcc = adccalib
101 

Member Function Documentation

◆ ADCCalib()

def python.LArRunFormat.LArDTRunInfo.ADCCalib (   self)

Definition at line 111 of file LArRunFormat.py.

111  def ADCCalib(self):
112  return self._adcc
113 

◆ streamLengths()

def python.LArRunFormat.LArDTRunInfo.streamLengths (   self)

Definition at line 105 of file LArRunFormat.py.

105  def streamLengths(self):
106  return self._sLengths
107 

◆ streamTypes()

def python.LArRunFormat.LArDTRunInfo.streamTypes (   self)

Definition at line 102 of file LArRunFormat.py.

102  def streamTypes(self):
103  return self._sTypes
104 

◆ timing()

def python.LArRunFormat.LArDTRunInfo.timing (   self)

Definition at line 108 of file LArRunFormat.py.

108  def timing(self):
109  return self._tim
110 

Member Data Documentation

◆ _adcc

python.LArRunFormat.LArDTRunInfo._adcc
private

Definition at line 100 of file LArRunFormat.py.

◆ _sLengths

python.LArRunFormat.LArDTRunInfo._sLengths
private

Definition at line 98 of file LArRunFormat.py.

◆ _sTypes

python.LArRunFormat.LArDTRunInfo._sTypes
private

Definition at line 97 of file LArRunFormat.py.

◆ _tim

python.LArRunFormat.LArDTRunInfo._tim
private

Definition at line 99 of file LArRunFormat.py.


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