Belle II Software  release-08-01-10
CDCFEElectronics Class Reference

Database object for Fron-endt electronics params. More...

#include <CDCFEElectronics.h>

Inheritance diagram for CDCFEElectronics:
Collaboration diagram for CDCFEElectronics:

Public Member Functions

 CDCFEElectronics ()
 Default constructor.
 
 CDCFEElectronics (short boardID, short width, short trgDelay, short aTh, short tThMV)
 Constructor.
 
short getBoardID () const
 Getter for width of time window.
 
short getWidthOfTimeWindow () const
 Getter for width of time window.
 
short getTrgDelay () const
 Getter for trigger delay.
 
short getTDCThreshInMV () const
 Getter for voltage threshold (mV) for timing-signal.
 
short getADCThresh () const
 Getter for threshold for FADC.
 

Private Member Functions

 ClassDef (CDCFEElectronics, 2)
 ClassDef.
 

Private Attributes

short m_boardID = 0
 fee board id
 
short m_widthOfTimeWindow = 28
 Width of time window (in unit of 32*(TDC resol.)). More...
 
short m_trgDelay = 132
 Trigger delay (in unit of 32*(TDC resol.)). More...
 
short m_adcThresh = 2
 Threshold for FADC (count)
 
short m_tdcThreshInMV = 3750
 Voltage threshold for timing signal (mV)
 

Detailed Description

Database object for Fron-endt electronics params.

Definition at line 20 of file CDCFEElectronics.h.

Member Data Documentation

◆ m_trgDelay

short m_trgDelay = 132
private

Trigger delay (in unit of 32*(TDC resol.)).

This value + 1 is used on FPGA.

Definition at line 70 of file CDCFEElectronics.h.

◆ m_widthOfTimeWindow

short m_widthOfTimeWindow = 28
private

Width of time window (in unit of 32*(TDC resol.)).

N.B. This value + 1 is used on FPGA.

Definition at line 69 of file CDCFEElectronics.h.


The documentation for this class was generated from the following file: