Definition at line 94 of file LArRunFormat.py.
◆ __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
100 self._adcc = adccalib
◆ ADCCalib()
def python.LArRunFormat.LArDTRunInfo.ADCCalib |
( |
|
self | ) |
|
◆ streamLengths()
def python.LArRunFormat.LArDTRunInfo.streamLengths |
( |
|
self | ) |
|
Definition at line 105 of file LArRunFormat.py.
105 def streamLengths(self):
106 return self._sLengths
◆ streamTypes()
def python.LArRunFormat.LArDTRunInfo.streamTypes |
( |
|
self | ) |
|
◆ timing()
def python.LArRunFormat.LArDTRunInfo.timing |
( |
|
self | ) |
|
◆ _adcc
python.LArRunFormat.LArDTRunInfo._adcc |
|
private |
◆ _sLengths
python.LArRunFormat.LArDTRunInfo._sLengths |
|
private |
◆ _sTypes
python.LArRunFormat.LArDTRunInfo._sTypes |
|
private |
◆ _tim
python.LArRunFormat.LArDTRunInfo._tim |
|
private |
The documentation for this class was generated from the following file: