16#ifndef ALICEO2_TPC_SACDRAWHELPER_H_
17#define ALICEO2_TPC_SACDRAWHELPER_H_
37 std::function<float(
const unsigned int,
const unsigned int)>
mSACFunc;
47 static void drawSector(
const SACDraw& SAC,
const unsigned int sector,
const std::string zAxisTitle,
const std::string
filename,
const float minZ = 0,
const float maxZ = -1);
This file provides the structs for storing the factorized IDC values and fourier coefficients to be s...
static std::string getZAxisTitle(const SACType type)
static void drawSector(const SACDraw &SAC, const unsigned int sector, const std::string zAxisTitle, const std::string filename, const float minZ=0, const float maxZ=-1)
static void drawSide(const SACDraw &SAC, const o2::tpc::Side side, const std::string zAxisTitle, const std::string filename, const float minZ=0, const float maxZ=-1)
GLint GLint GLsizei GLint GLenum GLenum type
GLfloat GLfloat GLfloat GLfloat GLfloat GLfloat maxZ
Global TPC definitions and constants.
std::function< float(const unsigned int, const unsigned int)> mSACFunc
function returning the value which will be drawn for sector, stack
float getSAC(const unsigned int sector, const unsigned int stack) const