![]() |
Project
|
#include <FetToDead.h>
Public Member Functions | |
| FetToDead () | |
| Default constructor. | |
| ~FetToDead ()=default | |
| Default destructor. | |
| std::vector< ColumnData > | process (gsl::span< const ColumnData > fetData) |
| void | setMasks (const std::vector< ColumnData > &masks) |
| Sets the masks. | |
Definition at line 29 of file FetToDead.h.
| o2::mid::FetToDead::FetToDead | ( | ) |
Default constructor.
Definition at line 25 of file FetToDead.cxx.
|
default |
Default destructor.
| std::vector< ColumnData > o2::mid::FetToDead::process | ( | gsl::span< const ColumnData > | fetData | ) |
Converts the fet data into a vector of bad channels
| fetData | FET data |
Converts the FET result to a list of dead channels
Definition at line 51 of file FetToDead.cxx.
|
inline |
Sets the masks.
Definition at line 44 of file FetToDead.h.