Database object for FEE params.
More...
#include <CDCFEEParams.h>
Database object for FEE params.
Definition at line 20 of file CDCFEEParams.h.
◆ CDCFEEParams() [1/2]
◆ CDCFEEParams() [2/2]
CDCFEEParams |
( |
short |
width, |
|
|
short |
trgDelay, |
|
|
short |
tThmV, |
|
|
short |
aTh, |
|
|
short |
late, |
|
|
short |
tTheV |
|
) |
| |
|
inline |
Constructor.
Definition at line 31 of file CDCFEEParams.h.
33 {
34 }
short m_widthOfTimeWindow
Width of time window (in unit of 32*(TDC resol.))
short m_tdcThreshInmV
Threshold for timing signal (mV); may be used in waveform sim.
short m_tdcThreshIneV
Threshold for timing signal (eV)
short m_trgDelay
Trigger delay (in unit of 32*(TDC resol.))
short m_l1TrgLatency
L1 trigger latency (in unit of TDC resol.)
short m_adcThresh
Threshold for FADC (count)
◆ getADCThresh()
short getADCThresh |
( |
| ) |
const |
|
inline |
◆ getL1TrgLatency()
short getL1TrgLatency |
( |
| ) |
const |
|
inline |
◆ getTDCThreshIneV()
short getTDCThreshIneV |
( |
| ) |
const |
|
inline |
Getter for threshold (eV) for timing-signal.
Definition at line 67 of file CDCFEEParams.h.
◆ getTDCThreshInmV()
short getTDCThreshInmV |
( |
| ) |
const |
|
inline |
Getter for threshold (mV) for timing-signal.
Definition at line 49 of file CDCFEEParams.h.
◆ getTrgDelay()
short getTrgDelay |
( |
| ) |
const |
|
inline |
◆ getWidthOfTimeWindow()
short getWidthOfTimeWindow |
( |
| ) |
const |
|
inline |
◆ m_adcThresh
◆ m_l1TrgLatency
short m_l1TrgLatency = 4900 |
|
private |
L1 trigger latency (in unit of TDC resol.)
Definition at line 77 of file CDCFEEParams.h.
◆ m_tdcThreshIneV
short m_tdcThreshIneV = 160 |
|
private |
◆ m_tdcThreshInmV
short m_tdcThreshInmV = 70 |
|
private |
Threshold for timing signal (mV); may be used in waveform sim.
Definition at line 75 of file CDCFEEParams.h.
◆ m_trgDelay
Trigger delay (in unit of 32*(TDC resol.))
Definition at line 74 of file CDCFEEParams.h.
◆ m_widthOfTimeWindow
short m_widthOfTimeWindow = 29 |
|
private |
Width of time window (in unit of 32*(TDC resol.))
Definition at line 73 of file CDCFEEParams.h.
The documentation for this class was generated from the following file: