Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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, streamTypesPEB, streamLengthsPEB, timing, adccalib, fw)
 
def streamTypes (self)
 
def streamLengths (self)
 
def streamTypesPEB (self)
 
def streamLengthsPEB (self)
 
def timing (self)
 
def ADCCalib (self)
 
def FWversion (self)
 

Private Attributes

 _sTypes
 
 _sLengths
 
 _sTypesPEB
 
 _sLengthsPEB
 
 _tim
 
 _adcc
 
 _fwversion
 

Detailed Description

Definition at line 94 of file LArRunFormat.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 96 of file LArRunFormat.py.

96  def __init__(self,streamTypes, streamLengths, streamTypesPEB, streamLengthsPEB, timing, adccalib, fw):
97  self._sTypes = streamTypes
98  self._sLengths = streamLengths
99  self._sTypesPEB = streamTypesPEB
100  self._sLengthsPEB = streamLengthsPEB
101  self._tim = timing
102  self._adcc = adccalib
103  self._fwversion = fw
104 

Member Function Documentation

◆ ADCCalib()

def python.LArRunFormat.LArDTRunInfo.ADCCalib (   self)

Definition at line 120 of file LArRunFormat.py.

120  def ADCCalib(self):
121  return self._adcc
122 

◆ FWversion()

def python.LArRunFormat.LArDTRunInfo.FWversion (   self)

Definition at line 123 of file LArRunFormat.py.

123  def FWversion(self):
124  return self._fwversion
125 

◆ streamLengths()

def python.LArRunFormat.LArDTRunInfo.streamLengths (   self)

Definition at line 108 of file LArRunFormat.py.

108  def streamLengths(self):
109  return self._sLengths
110 

◆ streamLengthsPEB()

def python.LArRunFormat.LArDTRunInfo.streamLengthsPEB (   self)

Definition at line 114 of file LArRunFormat.py.

114  def streamLengthsPEB(self):
115  return self._sLengthsPEB
116 

◆ streamTypes()

def python.LArRunFormat.LArDTRunInfo.streamTypes (   self)

Definition at line 105 of file LArRunFormat.py.

105  def streamTypes(self):
106  return self._sTypes
107 

◆ streamTypesPEB()

def python.LArRunFormat.LArDTRunInfo.streamTypesPEB (   self)

Definition at line 111 of file LArRunFormat.py.

111  def streamTypesPEB(self):
112  return self._sTypesPEB
113 

◆ timing()

def python.LArRunFormat.LArDTRunInfo.timing (   self)

Definition at line 117 of file LArRunFormat.py.

117  def timing(self):
118  return self._tim
119 

Member Data Documentation

◆ _adcc

python.LArRunFormat.LArDTRunInfo._adcc
private

Definition at line 102 of file LArRunFormat.py.

◆ _fwversion

python.LArRunFormat.LArDTRunInfo._fwversion
private

Definition at line 103 of file LArRunFormat.py.

◆ _sLengths

python.LArRunFormat.LArDTRunInfo._sLengths
private

Definition at line 98 of file LArRunFormat.py.

◆ _sLengthsPEB

python.LArRunFormat.LArDTRunInfo._sLengthsPEB
private

Definition at line 100 of file LArRunFormat.py.

◆ _sTypes

python.LArRunFormat.LArDTRunInfo._sTypes
private

Definition at line 97 of file LArRunFormat.py.

◆ _sTypesPEB

python.LArRunFormat.LArDTRunInfo._sTypesPEB
private

Definition at line 99 of file LArRunFormat.py.

◆ _tim

python.LArRunFormat.LArDTRunInfo._tim
private

Definition at line 101 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