#include <SACDrawHelper.h>
|
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) |
|
static TH2Poly * | drawSide (const SACDraw &SAC, const o2::tpc::Side side, const std::string zAxisTitle) |
|
static std::string | getZAxisTitle (const SACType type) |
|
Definition at line 28 of file SACDrawHelper.h.
◆ drawSector()
void o2::tpc::SACDrawHelper::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 |
draw sector
- Parameters
-
SAC | SACDraw struct containing function to get the values which will be drawn |
sector | sector which will be drawn |
zAxisTitle | axis title of the z axis |
fileName | name of the output file (if empty the canvas is drawn instead of writte to a file) |
minZ | min z value for drawing (if minZ > maxZ automatic z axis) |
maxZ | max z value for drawing (if minZ > maxZ automatic z axis) |
Definition at line 20 of file SACDrawHelper.cxx.
◆ drawSide() [1/2]
TH2Poly * o2::tpc::SACDrawHelper::drawSide |
( |
const SACDraw & |
SAC, |
|
|
const o2::tpc::Side |
side, |
|
|
const std::string |
zAxisTitle |
|
) |
| |
|
static |
◆ drawSide() [2/2]
void o2::tpc::SACDrawHelper::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 |
|
) |
| |
|
static |
draw side
- Parameters
-
SAC | SACDraw struct containing function to get the values which will be drawn |
side | side which will be drawn |
zAxisTitle | axis title of the z axis |
fileName | name of the output file (if empty the canvas is drawn instead of writte to a file) |
minZ | min z value for drawing (if minZ > maxZ automatic z axis) |
maxZ | max z value for drawing (if minZ > maxZ automatic z axis) |
Definition at line 59 of file SACDrawHelper.cxx.
◆ getZAxisTitle()
std::string o2::tpc::SACDrawHelper::getZAxisTitle |
( |
const SACType |
type | ) |
|
|
static |
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/TPC/calibration/include/TPCCalibration/SACDrawHelper.h
- /home/runner/work/AliceO2/AliceO2/Detectors/TPC/calibration/src/SACDrawHelper.cxx