2 #ifndef GAUDIALG_AIDA2ROOT_H 3 #define GAUDIALG_AIDA2ROOT_H 1 13 class IBaseHistogram ;
64 static TH1D*
aida2root ( AIDA::IHistogram1D* aida ) ;
65 static const TH1D*
aida2root (
const AIDA::IHistogram1D* aida ) ;
67 static TH2D*
aida2root ( AIDA::IHistogram2D* aida ) ;
68 static const TH2D*
aida2root (
const AIDA::IHistogram2D* aida ) ;
70 static TH3D*
aida2root ( AIDA::IHistogram3D* aida ) ;
71 static const TH3D*
aida2root (
const AIDA::IHistogram3D* aida ) ;
73 static TProfile*
aida2root ( AIDA::IProfile1D* aida ) ;
74 static const TProfile*
aida2root (
const AIDA::IProfile1D* aida ) ;
76 static TProfile2D*
aida2root ( AIDA::IProfile2D* aida ) ;
77 static const TProfile2D*
aida2root (
const AIDA::IProfile2D* aida ) ;
79 static TObject*
aida2root ( AIDA::IHistogram* aida ) ;
80 static const TObject*
aida2root (
const AIDA::IHistogram* aida ) ;
89 #endif // GAUDIALG_AIDA2ROOT_H
Accessor to underlying ROOT-representation of transient histograms The actual code is imported from B...
Helper functions to set/get the application return code.