1 #ifndef GAUDICOMMONSVC_HISTOGRAMUTILITY_H 2 #define GAUDICOMMONSVC_HISTOGRAMUTILITY_H 1 8 template <
class Q,
class T>
12 return p ?
dynamic_cast<T*
>( p->representation() ) :
nullptr;
T * getRepresentation(const Q &hist)
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.