5 #pragma warning(disable:2259)
11 #pragma warning(disable:4996)
23 #define class class GAUDI_API
24 #include "AIDA/IHistogram1D.h"
25 #include "AIDA/IHistogram2D.h"
26 #include "AIDA/IHistogram3D.h"
27 #include "AIDA/IProfile1D.h"
28 #include "AIDA/IProfile2D.h"
37 #include "TProfile2D.h"
57 if ( 0 == aida ) {
return 0 ; }
59 if ( 0 == base ) {
return 0 ; }
67 if ( 0 == aida ) {
return 0 ; }
69 if ( 0 == base ) {
return 0 ; }
77 if ( 0 == aida ) {
return 0 ; }
79 if ( 0 == base ) {
return 0 ; }
87 if ( 0 == aida ) {
return 0 ; }
89 if ( 0 == base ) {
return 0 ; }
97 if ( 0 == aida ) {
return 0 ; }
99 if ( 0 == base ) {
return 0 ; }
107 if ( 0 == aida ) {
return 0 ; }
109 if ( 0 == base ) {
return 0 ; }
static TH1D * aida2root(AIDA::IHistogram1D *aida)
get the underlying pointer for 1D-histogram
Common base class for all histograms Use is solely functional to minimize dynamic_casts inside Histog...
virtual TObject * representation() const =0
ROOT object implementation.