![]() |
Project
|
#include <SACDrawHelper.h>
Public Member Functions | |
float | getSAC (const unsigned int sector, const unsigned int stack) const |
Public Attributes | |
std::function< float(const unsigned int, const unsigned int)> | mSACFunc |
function returning the value which will be drawn for sector, stack | |
helper struct containing a function to give access to the SACs which will be drawn
sector | sector of the TPC |
stack | gem stack |
Definition at line 35 of file SACDrawHelper.h.
|
inline |
Definition at line 36 of file SACDrawHelper.h.
std::function<float(const unsigned int, const unsigned int)> o2::tpc::SACDrawHelper::SACDraw::mSACFunc |
function returning the value which will be drawn for sector, stack
Definition at line 37 of file SACDrawHelper.h.