![]() |
The Gaudi Framework
v25r3
|
HistogramAgent base in charge of collecting all the refereces to DataObjects in a transient store that passes some selection criteria. More...
#include <GaudiKernel/HistogramAgent.h>


Public Member Functions | |
| HistogramAgent () | |
| Default creator. More... | |
| virtual | ~HistogramAgent () |
| Destructor. More... | |
| IDataSelector * | selectedObjects () |
| Return the set of selected DataObjects. More... | |
| virtual bool | analyse (IRegistry *pRegistry, int) |
| Analyses a given directory entry. More... | |
Public Member Functions inherited from IDataStoreAgent | |
| virtual | ~IDataStoreAgent () |
| destructor More... | |
Protected Attributes | |
| IDataSelector | m_objects |
HistogramAgent base in charge of collecting all the refereces to DataObjects in a transient store that passes some selection criteria.
The default behaviour is to collect all entries.
Definition at line 18 of file HistogramAgent.h.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Analyses a given directory entry.
Implements IDataStoreAgent.
Definition at line 33 of file HistogramAgent.h.
|
inline |
|
protected |
Definition at line 20 of file HistogramAgent.h.