Accessor to underlying ROOT-representation of transient histograms The actual code is imported from Bender project.
More...
|
| static TH1D * | aida2root (AIDA::IHistogram1D *aida) |
| | get the underlying pointer for 1D-histogram More...
|
| |
| static const TH1D * | aida2root (const AIDA::IHistogram1D *aida) |
| |
| static TH2D * | aida2root (AIDA::IHistogram2D *aida) |
| | get the underlying pointer for 2D-histogram More...
|
| |
| static const TH2D * | aida2root (const AIDA::IHistogram2D *aida) |
| |
| static TH3D * | aida2root (AIDA::IHistogram3D *aida) |
| | get the underlying pointer for 3D-histogram More...
|
| |
| static const TH3D * | aida2root (const AIDA::IHistogram3D *aida) |
| |
| static TProfile * | aida2root (AIDA::IProfile1D *aida) |
| | get the underlying pointer for 1D-profile More...
|
| |
| static const TProfile * | aida2root (const AIDA::IProfile1D *aida) |
| |
| static TProfile2D * | aida2root (AIDA::IProfile2D *aida) |
| | get the underlying pointer for 2D-profile More...
|
| |
| static const TProfile2D * | aida2root (const AIDA::IProfile2D *aida) |
| |
| static TObject * | aida2root (AIDA::IHistogram *aida) |
| | get root representation for other cases More...
|
| |
| static const TObject * | aida2root (const AIDA::IHistogram *aida) |
| |
| static TH1D * | aida2root (AIDA::IHistogram1D *aida) |
| | get the underlying pointer for 1D-histogram More...
|
| |
| static const TH1D * | aida2root (const AIDA::IHistogram1D *aida) |
| |
| static TH2D * | aida2root (AIDA::IHistogram2D *aida) |
| | get the underlying pointer for 2D-histogram More...
|
| |
| static const TH2D * | aida2root (const AIDA::IHistogram2D *aida) |
| |
| static TH3D * | aida2root (AIDA::IHistogram3D *aida) |
| | get the underlying pointer for 3D-histogram More...
|
| |
| static const TH3D * | aida2root (const AIDA::IHistogram3D *aida) |
| |
| static TProfile * | aida2root (AIDA::IProfile1D *aida) |
| | get the underlying pointer for 1D-profile More...
|
| |
| static const TProfile * | aida2root (const AIDA::IProfile1D *aida) |
| |
| static TProfile2D * | aida2root (AIDA::IProfile2D *aida) |
| | get the underlying pointer for 2D-profile More...
|
| |
| static const TProfile2D * | aida2root (const AIDA::IProfile2D *aida) |
| |
| static TObject * | aida2root (AIDA::IHistogram *aida) |
| | get root representation for other cases More...
|
| |
| static const TObject * | aida2root (const AIDA::IHistogram *aida) |
| |
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.
- See also
- Gaudi::H1D
-
Gaudi::H2D
-
Gaudi::H3D
-
Gaudi::Profile1D
-
Gaudi::Profile2D
-
AIDA::IHistogram1D
-
AIDA::IHistogram2D
-
AIDA::IHistogram3D
-
AIDA::IProfile1D
-
AIDA::IProfile2D
- Author
- Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
- Date
- 2007-01-23
Definition at line 60 of file Aida2ROOT.h.