FACT++
1.0
|
#include <HeadersFTM.h>
Public Member Functions | |
FtuList () | |
std::vector< uint16_t > | HtoN () const |
void | operator= (const std::vector< uint16_t > &vec) |
void | clear () |
void | print (std::ostream &out) const |
FtuResponse & | operator[] (int i) |
const FtuResponse & | operator[] (int i) const |
Public Attributes | |
uint16_t | fNumBoards |
uint16_t | fNumBoardsCrate [4] |
Total number of boards responded. More... | |
uint16_t | fActiveFTU [4] |
Num of board responded in crate 0-3. More... | |
FtuResponse | fFTU [4][10] |
List of active FTU boards in crate 0-3. More... | |
Definition at line 634 of file HeadersFTM.h.