ATLAS Offline Software
Loading...
Searching...
No Matches
python.LArRunFormat.LArDTRunInfo Class Reference
Collaboration diagram for python.LArRunFormat.LArDTRunInfo:

Public Member Functions

 __init__ (self, streamTypes, streamLengths, streamTypesPEB, streamLengthsPEB, timing, adccalib, fw)
 streamTypes (self)
 streamLengths (self)
 streamTypesPEB (self)
 streamLengthsPEB (self)
 timing (self)
 ADCCalib (self)
 FWversion (self)

Protected Attributes

 _sTypes = streamTypes
 _sLengths = streamLengths
 _sTypesPEB = streamTypesPEB
 _sLengthsPEB = streamLengthsPEB
 _tim = timing
 _adcc = adccalib
 _fwversion = fw

Detailed Description

Definition at line 94 of file LArRunFormat.py.

Constructor & Destructor Documentation

◆ __init__()

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()

python.LArRunFormat.LArDTRunInfo.ADCCalib ( self)

Definition at line 120 of file LArRunFormat.py.

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

◆ FWversion()

python.LArRunFormat.LArDTRunInfo.FWversion ( self)

Definition at line 123 of file LArRunFormat.py.

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

◆ streamLengths()

python.LArRunFormat.LArDTRunInfo.streamLengths ( self)

Definition at line 108 of file LArRunFormat.py.

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

◆ streamLengthsPEB()

python.LArRunFormat.LArDTRunInfo.streamLengthsPEB ( self)

Definition at line 114 of file LArRunFormat.py.

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

◆ streamTypes()

python.LArRunFormat.LArDTRunInfo.streamTypes ( self)

Definition at line 105 of file LArRunFormat.py.

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

◆ streamTypesPEB()

python.LArRunFormat.LArDTRunInfo.streamTypesPEB ( self)

Definition at line 111 of file LArRunFormat.py.

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

◆ timing()

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 = adccalib
protected

Definition at line 102 of file LArRunFormat.py.

◆ _fwversion

python.LArRunFormat.LArDTRunInfo._fwversion = fw
protected

Definition at line 103 of file LArRunFormat.py.

◆ _sLengths

python.LArRunFormat.LArDTRunInfo._sLengths = streamLengths
protected

Definition at line 98 of file LArRunFormat.py.

◆ _sLengthsPEB

python.LArRunFormat.LArDTRunInfo._sLengthsPEB = streamLengthsPEB
protected

Definition at line 100 of file LArRunFormat.py.

◆ _sTypes

python.LArRunFormat.LArDTRunInfo._sTypes = streamTypes
protected

Definition at line 97 of file LArRunFormat.py.

◆ _sTypesPEB

python.LArRunFormat.LArDTRunInfo._sTypesPEB = streamTypesPEB
protected

Definition at line 99 of file LArRunFormat.py.

◆ _tim

python.LArRunFormat.LArDTRunInfo._tim = timing
protected

Definition at line 101 of file LArRunFormat.py.


The documentation for this class was generated from the following file: