1 #ifndef HISTOGRAMSVC_BASE_H 2 #define HISTOGRAMSVC_BASE_H 25 virtual TObject* representation()
const = 0;
27 virtual void adoptRepresentation( TObject* rep ) = 0;
33 virtual int write(
const char* file_name )
const = 0;
39 #endif // HISTOGRAMSVC_BASE_H
Common base class for all histograms Use is solely functional to minimize dynamic_casts inside Histog...
Helper functions to set/get the application return code.