Definition at line 94 of file LArRunFormat.py.
◆ __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
102 self._adcc = adccalib
◆ ADCCalib()
def python.LArRunFormat.LArDTRunInfo.ADCCalib |
( |
|
self | ) |
|
◆ FWversion()
def python.LArRunFormat.LArDTRunInfo.FWversion |
( |
|
self | ) |
|
◆ streamLengths()
def python.LArRunFormat.LArDTRunInfo.streamLengths |
( |
|
self | ) |
|
Definition at line 108 of file LArRunFormat.py.
108 def streamLengths(self):
109 return self._sLengths
◆ streamLengthsPEB()
def python.LArRunFormat.LArDTRunInfo.streamLengthsPEB |
( |
|
self | ) |
|
Definition at line 114 of file LArRunFormat.py.
114 def streamLengthsPEB(self):
115 return self._sLengthsPEB
◆ streamTypes()
def python.LArRunFormat.LArDTRunInfo.streamTypes |
( |
|
self | ) |
|
◆ streamTypesPEB()
def python.LArRunFormat.LArDTRunInfo.streamTypesPEB |
( |
|
self | ) |
|
Definition at line 111 of file LArRunFormat.py.
111 def streamTypesPEB(self):
112 return self._sTypesPEB
◆ timing()
def python.LArRunFormat.LArDTRunInfo.timing |
( |
|
self | ) |
|
◆ _adcc
python.LArRunFormat.LArDTRunInfo._adcc |
|
private |
◆ _fwversion
python.LArRunFormat.LArDTRunInfo._fwversion |
|
private |
◆ _sLengths
python.LArRunFormat.LArDTRunInfo._sLengths |
|
private |
◆ _sLengthsPEB
python.LArRunFormat.LArDTRunInfo._sLengthsPEB |
|
private |
◆ _sTypes
python.LArRunFormat.LArDTRunInfo._sTypes |
|
private |
◆ _sTypesPEB
python.LArRunFormat.LArDTRunInfo._sTypesPEB |
|
private |
◆ _tim
python.LArRunFormat.LArDTRunInfo._tim |
|
private |
The documentation for this class was generated from the following file: