Go to the documentation of this file.
11 #ifndef HISTOGRAMSVC_BASE_H
12 #define HISTOGRAMSVC_BASE_H
43 virtual int write(
const char* file_name )
const = 0;
49 #endif // HISTOGRAMSVC_BASE_H
virtual void adoptRepresentation(TObject *rep)=0
Adopt ROOT histogram representation.
virtual TObject * representation() const =0
ROOT object implementation.
virtual std::ostream & write(std::ostream &s) const =0
Write (binary) histogram to output stream.
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
virtual int write(const char *file_name) const =0
Write (binary) histogram to file.
virtual ~HistogramBase()=default
virtual std::ostream & print(std::ostream &s) const =0
Print histogram to output stream.