|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
Accessor to underlying ROOT-representation of transient histograms The actual code is imported from Bender project. More...
#include <GaudiKernel/Aida2ROOT.h>
Static Public Member Functions | |
| static TH1D * | aida2root (AIDA::IHistogram1D *aida) |
| get the underlying pointer for 1D-histogram | |
| static TH2D * | aida2root (AIDA::IHistogram2D *aida) |
| get the underlying pointer for 2D-histogram | |
| static TH3D * | aida2root (AIDA::IHistogram3D *aida) |
| get the underlying pointer for 3D-histogram | |
| static TProfile * | aida2root (AIDA::IProfile1D *aida) |
| get the underlying pointer for 1D-profile | |
| static TProfile2D * | aida2root (AIDA::IProfile2D *aida) |
| get the underlying pointer for 2D-profile | |
| static TObject * | aida2root (AIDA::IHistogram *aida) |
| get root representation for other cases | |
Accessor to underlying ROOT-representation of transient histograms The actual code is imported from Bender project.
It relies on PI implementation of AIDA interface, modified by Markus FRANK.
Definition at line 61 of file Aida2ROOT.h.
| TObject * Gaudi::Utils::Aida2ROOT::aida2root | ( | AIDA::IHistogram * | aida | ) | [static] |
get root representation for other cases
Definition at line 99 of file Aida2ROOT.cpp.
| TProfile2D * Gaudi::Utils::Aida2ROOT::aida2root | ( | AIDA::IProfile2D * | aida | ) | [static] |
get the underlying pointer for 2D-profile
Definition at line 89 of file Aida2ROOT.cpp.
| TProfile * Gaudi::Utils::Aida2ROOT::aida2root | ( | AIDA::IProfile1D * | aida | ) | [static] |
get the underlying pointer for 1D-profile
Definition at line 79 of file Aida2ROOT.cpp.
| TH3D * Gaudi::Utils::Aida2ROOT::aida2root | ( | AIDA::IHistogram3D * | aida | ) | [static] |
get the underlying pointer for 3D-histogram
Definition at line 69 of file Aida2ROOT.cpp.
| TH2D * Gaudi::Utils::Aida2ROOT::aida2root | ( | AIDA::IHistogram2D * | aida | ) | [static] |
get the underlying pointer for 2D-histogram
Definition at line 59 of file Aida2ROOT.cpp.
| TH1D * Gaudi::Utils::Aida2ROOT::aida2root | ( | AIDA::IHistogram1D * | aida | ) | [static] |
get the underlying pointer for 1D-histogram
Definition at line 49 of file Aida2ROOT.cpp.