![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, nSamples, gainType, latency, firstSample, format, runType) | |
| nSamples (self) | |
| gainType (self) | |
| latency (self) | |
| firstSample (self) | |
| format (self) | |
| runType (self) | |
| stringFormat (self) | |
| stringRunType (self) | |
Protected Attributes | |
| _nSamples = nSamples | |
| _gainType = gainType | |
| _latency = latency | |
| _firstSample = firstSample | |
| int | _format = format |
| int | _runType = runType |
Definition at line 9 of file LArRunFormat.py.
| python.LArRunFormat.LArRunInfo.__init__ | ( | self, | |
| nSamples, | |||
| gainType, | |||
| latency, | |||
| firstSample, | |||
| format, | |||
| runType ) |
Definition at line 11 of file LArRunFormat.py.
| python.LArRunFormat.LArRunInfo.firstSample | ( | self | ) |
Definition at line 31 of file LArRunFormat.py.
| python.LArRunFormat.LArRunInfo.format | ( | self | ) |
Definition at line 35 of file LArRunFormat.py.
| python.LArRunFormat.LArRunInfo.gainType | ( | self | ) |
Definition at line 23 of file LArRunFormat.py.
| python.LArRunFormat.LArRunInfo.latency | ( | self | ) |
Definition at line 27 of file LArRunFormat.py.
| python.LArRunFormat.LArRunInfo.nSamples | ( | self | ) |
Definition at line 19 of file LArRunFormat.py.
| python.LArRunFormat.LArRunInfo.runType | ( | self | ) |
Definition at line 39 of file LArRunFormat.py.
| python.LArRunFormat.LArRunInfo.stringFormat | ( | self | ) |
Definition at line 43 of file LArRunFormat.py.
| python.LArRunFormat.LArRunInfo.stringRunType | ( | self | ) |
Definition at line 51 of file LArRunFormat.py.
|
protected |
Definition at line 15 of file LArRunFormat.py.
|
protected |
Definition at line 16 of file LArRunFormat.py.
|
protected |
Definition at line 13 of file LArRunFormat.py.
|
protected |
Definition at line 14 of file LArRunFormat.py.
|
protected |
Definition at line 12 of file LArRunFormat.py.
|
protected |
Definition at line 17 of file LArRunFormat.py.