Definition at line 9 of file LArRunFormat.py.
◆ __init__()
def python.LArRunFormat.LArRunInfo.__init__ |
( |
|
self, |
|
|
|
nSamples, |
|
|
|
gainType, |
|
|
|
latency, |
|
|
|
firstSample, |
|
|
|
format, |
|
|
|
runType |
|
) |
| |
Definition at line 11 of file LArRunFormat.py.
11 def __init__(self,nSamples,gainType,latency,firstSample,format,runType):
12 self._nSamples = nSamples
13 self._gainType = gainType
14 self._latency = latency
15 self._firstSample = firstSample
17 self._runType = runType
◆ firstSample()
def python.LArRunFormat.LArRunInfo.firstSample |
( |
|
self | ) |
|
Definition at line 31 of file LArRunFormat.py.
31 def firstSample(self):
33 return self._firstSample
◆ format()
def python.LArRunFormat.LArRunInfo.format |
( |
|
self | ) |
|
Definition at line 35 of file LArRunFormat.py.
36 "format:0=Transparent, 1=Format 1, 2=Format 2"
◆ gainType()
def python.LArRunFormat.LArRunInfo.gainType |
( |
|
self | ) |
|
Definition at line 23 of file LArRunFormat.py.
24 "gainType: 0=auto,1=L,2=M,3=H,4=LM,5=LH,6=ML,7=MH,8=HL,9=HM,10=LMH,11=LHM,12=MLH,13=MHL,14=HLM,15=HML"
◆ latency()
def python.LArRunFormat.LArRunInfo.latency |
( |
|
self | ) |
|
Definition at line 27 of file LArRunFormat.py.
28 "latency between l1 trigger and readout"
◆ nSamples()
def python.LArRunFormat.LArRunInfo.nSamples |
( |
|
self | ) |
|
Definition at line 19 of file LArRunFormat.py.
20 "Number of samples readout from FEB"
◆ runType()
def python.LArRunFormat.LArRunInfo.runType |
( |
|
self | ) |
|
Definition at line 39 of file LArRunFormat.py.
40 "runType: 0=RawData, 1=RawDataResult, 2=Result"
◆ stringFormat()
def python.LArRunFormat.LArRunInfo.stringFormat |
( |
|
self | ) |
|
Definition at line 43 of file LArRunFormat.py.
43 def stringFormat(self):
44 if (self._format == 0) :
46 if (self._format == 1) :
48 if (self._format == 2) :
◆ stringRunType()
def python.LArRunFormat.LArRunInfo.stringRunType |
( |
|
self | ) |
|
Definition at line 51 of file LArRunFormat.py.
51 def stringRunType(self):
52 if (self._runType ==0) :
54 if (self._runType ==1) :
55 return 'RawDataResult'
56 if (self._runType ==2) :
◆ _firstSample
python.LArRunFormat.LArRunInfo._firstSample |
|
private |
◆ _format
python.LArRunFormat.LArRunInfo._format |
|
private |
◆ _gainType
python.LArRunFormat.LArRunInfo._gainType |
|
private |
◆ _latency
python.LArRunFormat.LArRunInfo._latency |
|
private |
◆ _nSamples
python.LArRunFormat.LArRunInfo._nSamples |
|
private |
◆ _runType
python.LArRunFormat.LArRunInfo._runType |
|
private |
The documentation for this class was generated from the following file: