![]() |
Project
|
#include <IDCDrawHelper.h>
Public Member Functions | |
float | getIDC (const unsigned int sector, const unsigned int region, const unsigned int row, const unsigned int pad) const |
Public Attributes | |
std::function< float(const unsigned int, const unsigned int, const unsigned int, const unsigned int)> | mIDCFunc |
function returning the value which will be drawn for sector, region, row, pad | |
helper struct containing a function to give access to the IDCs which will be drawn
sector | sector of the TPC |
region | region in the TPC \row local row in the region |
pad | pad in the row |
Definition at line 40 of file IDCDrawHelper.h.
|
inline |
Definition at line 41 of file IDCDrawHelper.h.
std::function<float(const unsigned int, const unsigned int, const unsigned int, const unsigned int)> o2::tpc::IDCDrawHelper::IDCDraw::mIDCFunc |
function returning the value which will be drawn for sector, region, row, pad
Definition at line 42 of file IDCDrawHelper.h.