Definition at line 7 of file LArRunFormat.py.
◆ __init__()
def python.LArRunFormat.LArRunInfo.__init__ |
( |
|
self, |
|
|
|
nSamples, |
|
|
|
gainType, |
|
|
|
latency, |
|
|
|
firstSample, |
|
|
|
format, |
|
|
|
runType |
|
) |
| |
Definition at line 9 of file LArRunFormat.py.
9 def __init__(self,nSamples,gainType,latency,firstSample,format,runType):
10 self._nSamples = nSamples
11 self._gainType = gainType
12 self._latency = latency
13 self._firstSample = firstSample
15 self._runType = runType
◆ firstSample()
def python.LArRunFormat.LArRunInfo.firstSample |
( |
|
self | ) |
|
Definition at line 29 of file LArRunFormat.py.
29 def firstSample(self):
31 return self._firstSample
◆ format()
def python.LArRunFormat.LArRunInfo.format |
( |
|
self | ) |
|
Definition at line 33 of file LArRunFormat.py.
34 "format:0=Transparent, 1=Format 1, 2=Format 2"
◆ gainType()
def python.LArRunFormat.LArRunInfo.gainType |
( |
|
self | ) |
|
Definition at line 21 of file LArRunFormat.py.
22 "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 25 of file LArRunFormat.py.
26 "latency between l1 trigger and readout"
◆ nSamples()
def python.LArRunFormat.LArRunInfo.nSamples |
( |
|
self | ) |
|
Definition at line 17 of file LArRunFormat.py.
18 "Number of samples readout from FEB"
◆ runType()
def python.LArRunFormat.LArRunInfo.runType |
( |
|
self | ) |
|
Definition at line 37 of file LArRunFormat.py.
38 "runType: 0=RawData, 1=RawDataResult, 2=Result"
◆ stringFormat()
def python.LArRunFormat.LArRunInfo.stringFormat |
( |
|
self | ) |
|
Definition at line 41 of file LArRunFormat.py.
41 def stringFormat(self):
42 if (self._format == 0) :
44 if (self._format == 1) :
46 if (self._format == 2) :
◆ stringRunType()
def python.LArRunFormat.LArRunInfo.stringRunType |
( |
|
self | ) |
|
Definition at line 49 of file LArRunFormat.py.
49 def stringRunType(self):
50 if (self._runType ==0) :
52 if (self._runType ==1) :
53 return 'RawDataResult'
54 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: