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.
31 : m_widthOfTimeWindow(width),
32 m_trgDelay(trgDelay), m_tdcThreshInmV(tThmV), m_adcThresh(aTh), m_l1TrgLatency(late), m_tdcThreshIneV(tTheV)
33 {
34 }
◆ getADCThresh()
short getADCThresh |
( |
| ) |
const |
|
inline |
Getter for threshold for FADC.
Definition at line 55 of file CDCFEEParams.h.
56 {
57 return m_adcThresh;
58 }
◆ getL1TrgLatency()
short getL1TrgLatency |
( |
| ) |
const |
|
inline |
Getter for L1 trigger latency.
Definition at line 61 of file CDCFEEParams.h.
62 {
63 return m_l1TrgLatency;
64 }
◆ getTDCThreshIneV()
short getTDCThreshIneV |
( |
| ) |
const |
|
inline |
Getter for threshold (eV) for timing-signal.
Definition at line 67 of file CDCFEEParams.h.
68 {
69 return m_tdcThreshIneV;
70 }
◆ getTDCThreshInmV()
short getTDCThreshInmV |
( |
| ) |
const |
|
inline |
Getter for threshold (mV) for timing-signal.
Definition at line 49 of file CDCFEEParams.h.
50 {
51 return m_tdcThreshInmV;
52 }
◆ getTrgDelay()
short getTrgDelay |
( |
| ) |
const |
|
inline |
Getter for trigger delay.
Definition at line 43 of file CDCFEEParams.h.
44 {
45 return m_trgDelay;
46 }
◆ getWidthOfTimeWindow()
short getWidthOfTimeWindow |
( |
| ) |
const |
|
inline |
Getter for width of time window.
Definition at line 37 of file CDCFEEParams.h.
38 {
39 return m_widthOfTimeWindow;
40 }
◆ 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: