HGCal Test Beam  03a93d6239a951948e06fb3ef8dae4cbdebfad30
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
root Struct Reference

#include <root.h>

Public Member Functions

virtual ~root ()
 

Static Public Member Functions

static const TGWindow * GetRoot ()
 
static const TGClient * Client ()
 
static Pixel_t Color (std::string name)
 
static TGLBEntry * GLBEntry (TGListBox *listbox, std::string str, int id, std::string font="helvetica-medium-r", int fontsize=14)
 
static void DrawAxes (TGLViewer *viewer)
 
static int SetSpectrumPalette ()
 

Detailed Description

Description: A class of Root utilities. These functions are placed in a class so that Reflex can handle overloading automatically. This is just a collection of simple boilerplate code to lessen clutter that I've written over the years.

Implementation: As simple as possible

Definition at line 36 of file root.h.

Constructor & Destructor Documentation

virtual root::~root ( )
inlinevirtual

Definition at line 38 of file root.h.

Member Function Documentation

const TGClient * root::Client ( )
static

Definition at line 29 of file root.cc.

Pixel_t root::Color ( std::string  name)
static

Definition at line 35 of file root.cc.

void root::DrawAxes ( TGLViewer *  viewer)
static

Definition at line 73 of file root.cc.

const TGWindow * root::GetRoot ( )
static

Definition at line 32 of file root.cc.

TGLBEntry * root::GLBEntry ( TGListBox *  listbox,
std::string  str,
int  id,
std::string  font = "helvetica-medium-r",
int  fontsize = 14 
)
static

Definition at line 43 of file root.cc.

int root::SetSpectrumPalette ( )
static

Definition at line 82 of file root.cc.


The documentation for this struct was generated from the following files: