Classes | Namespaces | Enumerations
ColorScale.h File Reference

Define a color scale for displaying numeric data. More...

#include <string>

Go to the source code of this file.

Classes

class  evdb::ColorScale
 Build an association between a numerical range and a ROOT color index for use in, eg., the event display. More...
 

Namespaces

 evdb
 Manage all things related to colors for the event display.
 

Enumerations

enum  evdb::_color_scales {
  evdb::kRainbow, evdb::kInvRainbow, evdb::kLinGray, evdb::kColdToHot,
  evdb::kBlueToRed, evdb::kBlueToRedII, evdb::kHeatedObject, evdb::kReds,
  evdb::kGreens, evdb::kBlues, evdb::kGeographic, evdb::kBlueToGreen,
  evdb::kBlueToOrange, evdb::kGreenToMagenta, evdb::kSequential, evdb::kFocus,
  evdb::kCustom
}
 The list of default color options. More...
 
enum  evdb::_scale_options { evdb::kLinear, evdb::kLog, evdb::kSqrt }
 How to scale between low and high ranges. More...
 

Detailed Description

Define a color scale for displaying numeric data.

Build an association between a numerical range and a ROOT color index.

Version
Id
ColorScale.cxx,v 1.3 2011-04-19 22:50:49 brebel Exp
Author
messi.nosp@m.er@i.nosp@m.ndian.nosp@m.a.ed.nosp@m.u
Version
Id
ColorScale.h,v 1.5 2011-07-21 21:04:34 brebel Exp
Author
messi.nosp@m.er@i.nosp@m.ndian.nosp@m.a.ed.nosp@m.u

Definition in file ColorScale.h.