1 #ifndef HISTOGRAMSVC_BASE_H
2 #define HISTOGRAMSVC_BASE_H
5 #include "GaudiKernel/Kernel.h"
25 virtual TObject* representation()
const = 0;
27 virtual void adoptRepresentation(TObject*rep) = 0;
29 virtual std::ostream& print(std::ostream&
s)
const = 0;
31 virtual std::ostream& write(std::ostream&
s)
const = 0;
33 virtual int write(
const char* file_name)
const = 0;
34 virtual ~HistogramBase();
39 #endif // HISTOGRAMSVC_BASE_H
Helper functions to set/get the application return code.