JG ROOT Tools libraries
version 5.0 - august 2014
|
#include "RBaseFunctions.hh"
#include "ROptionString.hh"
#include <TH1.h>
#include <TPad.h>
#include <TGLabel.h>
#include <TGComboBox.h>
#include "icc/RGHistoPlotModeSelect.icc"
Go to the source code of this file.
Classes | |
class | RGHistoPlotModeSelect |
Enumerations | |
enum | RGHistoPlotModeSelectOptions { rgHPMSHisto1D = 0x00000000, rgHPMSHisto2D = 0x00000001, rgHPMSHisto3D = 0x00000002, rgHPMSHistoDim = 0x00000003, rgHPMSNo2DView = 0x00000010, rgHPMSNo3DView = 0x00000020 } |
! RGHistoPlotModeSelect widget options | |
enum | RHistoPlotModeOptions { rPlot1DHisto = 0x00000001, rPlot1DLine = 0x00000002, rPlot1DCurve = 0x00000003, rPlot1DMarker = 0x00000004, rPlot2DScatter = 0x00000001, rPlot2DColor = 0x00000002, rPlot2DColorZ = 0x00000004, rPlot2DCont = 0x00000008, rPlot2DSurf = 0x00000100, rPlot2DSurfColor = 0x00000200, rPlot2DSurfShade = 0x00000400, rPlot2DLego = 0x00000800, rPlot2DLegoColor = 0x00000900, rPlot3DScatter = 0x00000100, rPlot3DBox = 0x00000200, rPlot2DView = 0x000000FF, rPlot3DView = 0x0000FF00 } |
! Histogram plot options | |
Include file for class RGHistoPlotModeSelect