Definition at line 94 of file LArRunFormat.py.
◆ __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
◆ 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
◆ _adcc
| python.LArRunFormat.LArDTRunInfo._adcc = adccalib |
|
protected |
◆ _fwversion
| python.LArRunFormat.LArDTRunInfo._fwversion = fw |
|
protected |
◆ _sLengths
◆ _sLengthsPEB
◆ _sTypes
◆ _sTypesPEB
◆ _tim
| python.LArRunFormat.LArDTRunInfo._tim = timing |
|
protected |
The documentation for this class was generated from the following file: