#include <src/HistogramSvc/HistogramSvc.h>
|
| Helper (HistogramSvc *p) |
|
template<class A1 , class A3 > |
StatusCode | retrieve (A1 a1, A3 *&a3) |
|
template<class A1 , class A2 , class A3 > |
StatusCode | retrieve (A1 a1, A2 a2, A3 *&a3) |
|
template<class A1 , class A3 > |
StatusCode | find (A1 a1, A3 *&a3) |
|
template<class A1 , class A2 , class A3 > |
StatusCode | find (A1 a1, A2 a2, A3 *&a3) |
|
|
template<class R , class S , class T1 , class T2 > |
static R * | act (R *res, const S &b, void(T1::*pmf)(const T2 *, Double_t), Double_t scale) |
|
template<class R , class S , class T1 , class T2 > |
static R * | act (R *res, const S &b, Bool_t(T1::*pmf)(const T2 *, Double_t), Double_t scale) |
|
template<class R , class S , class T1 , class T2 > |
static R * | act (R *res, const S &b, void(T1::*pmf)(const T2 *)) |
|
template<class R , class S , class T1 , class T2 > |
static R * | act (R *res, const S &b, Bool_t(T1::*pmf)(const T2 *)) |
|
Definition at line 68 of file HistogramSvc.h.
template<class R , class S , class T1 , class T2 >
static R* HistogramSvc::Helper::act |
( |
R * |
res, |
|
|
const S & |
b, |
|
|
void(T1::*)(const T2 *, Double_t) |
pmf, |
|
|
Double_t |
scale |
|
) |
| |
|
inlinestatic |
Definition at line 104 of file HistogramSvc.h.
106 T1* h1 = Gaudi::getRepresentation<R, T1>( *res );
107 T1* h2 = Gaudi::getRepresentation<R, T1>( b );
109 ( h1->*pmf )( h2, scale );
template<class R , class S , class T1 , class T2 >
static R* HistogramSvc::Helper::act |
( |
R * |
res, |
|
|
const S & |
b, |
|
|
Bool_t(T1::*)(const T2 *, Double_t) |
pmf, |
|
|
Double_t |
scale |
|
) |
| |
|
inlinestatic |
Definition at line 115 of file HistogramSvc.h.
117 T1* h1 = Gaudi::getRepresentation<R, T1>( *res );
118 T1* h2 = Gaudi::getRepresentation<R, T1>( b );
120 ( h1->*pmf )( h2, scale );
template<class R , class S , class T1 , class T2 >
static R* HistogramSvc::Helper::act |
( |
R * |
res, |
|
|
const S & |
b, |
|
|
void(T1::*)(const T2 *) |
pmf |
|
) |
| |
|
inlinestatic |
Definition at line 126 of file HistogramSvc.h.
128 T1* h1 = Gaudi::getRepresentation<R, T1>( *res );
129 T1* h2 = Gaudi::getRepresentation<R, T1>( b );
template<class R , class S , class T1 , class T2 >
static R* HistogramSvc::Helper::act |
( |
R * |
res, |
|
|
const S & |
b, |
|
|
Bool_t(T1::*)(const T2 *) |
pmf |
|
) |
| |
|
inlinestatic |
Definition at line 137 of file HistogramSvc.h.
139 T1* h1 = Gaudi::getRepresentation<R, T1>( *res );
140 T1* h2 = Gaudi::getRepresentation<R, T1>( b );
template<class A1 , class A3 >
StatusCode HistogramSvc::Helper::find |
( |
A1 |
a1, |
|
|
A3 *& |
a3 |
|
) |
| |
|
inline |
Definition at line 88 of file HistogramSvc.h.
92 a3 =
dynamic_cast<A3*
>( pObject );
This class is used for returning status codes from appropriate routines.
A DataObject is the base class of any identifiable object on any data store.
template<class A1 , class A2 , class A3 >
StatusCode HistogramSvc::Helper::find |
( |
A1 |
a1, |
|
|
A2 |
a2, |
|
|
A3 *& |
a3 |
|
) |
| |
|
inline |
Definition at line 96 of file HistogramSvc.h.
100 a3 =
dynamic_cast<A3*
>( pObject );
This class is used for returning status codes from appropriate routines.
A DataObject is the base class of any identifiable object on any data store.
template<class A1 , class A3 >
StatusCode HistogramSvc::Helper::retrieve |
( |
A1 |
a1, |
|
|
A3 *& |
a3 |
|
) |
| |
|
inline |
Definition at line 72 of file HistogramSvc.h.
76 a3 =
dynamic_cast<A3*
>( pObject );
This class is used for returning status codes from appropriate routines.
A DataObject is the base class of any identifiable object on any data store.
template<class A1 , class A2 , class A3 >
StatusCode HistogramSvc::Helper::retrieve |
( |
A1 |
a1, |
|
|
A2 |
a2, |
|
|
A3 *& |
a3 |
|
) |
| |
|
inline |
Definition at line 80 of file HistogramSvc.h.
84 a3 =
dynamic_cast<A3*
>( pObject );
This class is used for returning status codes from appropriate routines.
A DataObject is the base class of any identifiable object on any data store.
The documentation for this struct was generated from the following file: