REST-for-Physics
v2.3
Rare Event Searches ToolKit for Physics
|
Auxiliary class for panels/labels.
Definition at line 91 of file TRestDataSetPlot.h.
#include <TRestDataSetPlot.h>
Data Fields | |
std::vector< std::pair< std::array< std::string, 3 >, TVector2 > > | expPos |
Float_t | font_size |
std::vector< std::pair< std::array< std::string, 3 >, TVector2 > > | metadataPos |
std::vector< std::pair< std::array< std::string, 3 >, TVector2 > > | obsPos |
TRestCut * | panelCut = nullptr |
Int_t | precision |
std::vector< TLatex * > | text |
std::vector< std::pair< std::array< std::string, 3 >, TVector2 > > | variablePos |
std::vector<std::pair<std::array<std::string, 3>, TVector2> > TRestDataSetPlot::PanelInfo::expPos |
Definition at line 98 of file TRestDataSetPlot.h.
Float_t TRestDataSetPlot::PanelInfo::font_size |
Definition at line 92 of file TRestDataSetPlot.h.
std::vector<std::pair<std::array<std::string, 3>, TVector2> > TRestDataSetPlot::PanelInfo::metadataPos |
Definition at line 96 of file TRestDataSetPlot.h.
std::vector<std::pair<std::array<std::string, 3>, TVector2> > TRestDataSetPlot::PanelInfo::obsPos |
Definition at line 97 of file TRestDataSetPlot.h.
TRestCut* TRestDataSetPlot::PanelInfo::panelCut = nullptr |
Definition at line 100 of file TRestDataSetPlot.h.
Int_t TRestDataSetPlot::PanelInfo::precision |
Definition at line 93 of file TRestDataSetPlot.h.
std::vector<TLatex*> TRestDataSetPlot::PanelInfo::text |
Definition at line 102 of file TRestDataSetPlot.h.
std::vector<std::pair<std::array<std::string, 3>, TVector2> > TRestDataSetPlot::PanelInfo::variablePos |
Definition at line 95 of file TRestDataSetPlot.h.