![]() |
GamR
0.0.0
GammaROOT
|
#include <vector>#include <TH1.h>#include <TH2.h>#include <TCanvas.h>
Include dependency graph for Display.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | GamR |
| namespace | GamR::Spect |
Functions | |
| std::vector< TH1 * > | GamR::Spect::List1DSpectra (bool quiet) |
| std::vector< TH2 * > | GamR::Spect::List2DSpectra (bool quiet) |
| void | GamR::Spect::Draw (int i, Option_t *option) |
| void | GamR::Spect::Draw2D (int i, Option_t *option) |
| void | GamR::Spect::OverlaySpectra (std::vector< int > display_indexes, TCanvas *canvas, Option_t *option) |
| void | GamR::Spect::OverlaySpectra (int iStart, int iStop, TCanvas *canvas, Option_t *option) |
| void | GamR::Spect::OverlaySpectra (std::vector< TH1 * > hists, TCanvas *canvas, Option_t *option) |
| void | GamR::Spect::OverlaySpectra (TH2 *hist, int iStart, int iStop, Option_t *option) |
| void | GamR::Spect::OverlaySpectra (TH2 *hist, std::vector< int > indices, Option_t *option) |
| void | GamR::Spect::OverlaySpectra (int i2D, int iStart, int iStop, Option_t *option) |
| void | GamR::Spect::OverlaySpectra (std::vector< std::string > files, std::string name, int iX, Option_t *option) |
| void | GamR::Spect::OverlaySpectra (std::vector< std::string > files, std::string name, int iXstart, int iXstop, Option_t *option) |
| void | GamR::Spect::OverlaySpectra (std::vector< std::string > files, std::string name, Option_t *option) |
| void | GamR::Spect::StackSpectra (std::vector< int > display_indexes, TCanvas *canvas, Option_t *option) |
| void | GamR::Spect::StackSpectra (int iStart, int iStop, TCanvas *canvas, Option_t *option) |
| void | GamR::Spect::StackSpectra (std::vector< TH1 * > hists, TCanvas *canvas, Option_t *option) |
| void | GamR::Spect::StackSpectra (TH2 *hist, int iStart, int iStop, Option_t *option) |
| void | GamR::Spect::StackSpectra (int i2D, int iStart, int iStop, Option_t *option) |
| void | GamR::Spect::StackSpectra (std::vector< std::string > files, std::string name, int iX, Option_t *option) |
| void | GamR::Spect::StackSpectra (std::vector< std::string > files, std::string name, Option_t *option) |
| void | GamR::Spect::ContourCalc (TH2 *hist, int ncontours, double bias) |
| void | GamR::Spect::ContourCalc (TVirtualPad *canvas, int ncontours, double bias) |
| void | GamR::Spect::LinAll (TVirtualPad *canvas) |
| void | GamR::Spect::LogAll (TVirtualPad *canvas) |
| void | GamR::Spect::ZoomAllX (double low, double high, TVirtualPad *canvas) |
| void | GamR::Spect::ZoomAllY (double low, double high, TVirtualPad *canvas) |
| void | GamR::Spect::UnZoomAllX (TVirtualPad *canvas) |
| void | GamR::Spect::UnZoomAllY (TVirtualPad *canvas) |
| void | GamR::Spect::Cursor (TVirtualPad *canvas) |
| void | GamR::Spect::NormSpectra (TVirtualPad *canvas, Option_t *option) |
| void | GamR::Spect::NormSpectraBackSub (TVirtualPad *canvas) |
| void | GamR::Spect::Rename (TVirtualPad *canvas) |