3 #ifndef GAUDIALG_AIDA2ROOT_H
4 #define GAUDIALG_AIDA2ROOT_H 1
14 class IBaseHistogram ;
65 static TH1D*
aida2root ( AIDA::IHistogram1D* aida ) ;
67 static TH2D*
aida2root ( AIDA::IHistogram2D* aida ) ;
69 static TH3D*
aida2root ( AIDA::IHistogram3D* aida ) ;
71 static TProfile*
aida2root ( AIDA::IProfile1D* aida ) ;
73 static TProfile2D*
aida2root ( AIDA::IProfile2D* aida ) ;
75 static TObject*
aida2root ( AIDA::IHistogram* aida ) ;
84 #endif // GAUDIALG_AIDA2ROOT_H
Accessor to underlying ROOT-representation of transient histograms The actual code is imported from B...
This is a number of static methods for bootstrapping the Gaudi framework.