Classes | |
| class | evd::ColorScale |
| Build an association between a numerical range and a ROOT color index for use in, eg., the event display. More... | |
| class | evd::ColorScaleTable |
| class | evd::DetectorView |
| class | evd::Display3D |
| A view of the detector in 3D. More... | |
| class | evd::DrawingOptions |
| class | evd::DrawingPad |
| Base class for event display drawing pads. More... | |
| class | evd::MCBriefPad |
| class | evd::RawDataDrawer |
| Aid in the rendering of RawData objects. More... | |
| class | evd::RecoBaseDrawer |
| Aid in the rendering of RecoBase objects. More... | |
| class | evd::SimulationDrawer |
| class | evd::Style |
| class | evd::TQPad |
| class | evd::TZProjPad |
| A drawing pad for an XZ or ZY. More... | |
| class | evd::XZYZProjectionsView |
| View of event shoing the XZ and YZ readout planes. More... | |
Enumerations | |
| enum | _color_scales { kRainbow, kColdToHot, kHeatedObject, kReds, kGreens, kBlues, kGeographic, kCustom } |
| The list of default color options. More... | |
| enum | _scale_options { kLinear, kLog, kSqrt } |
| How to scale between low and high ranges. More... | |
|
|
The list of default color options.
Definition at line 14 of file ColorScale.h. 00014 {
00015 kRainbow,
00016 kColdToHot,
00017 kHeatedObject,
00018 kReds,
00019 kGreens,
00020 kBlues,
00021 kGeographic,
00022 kCustom
00023 };
|
|
|
How to scale between low and high ranges.
Definition at line 26 of file ColorScale.h. 00026 {
00027 kLinear,
00028 kLog,
00029 kSqrt
00030 };
|
1.3.9.1