|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
Small class representing an N tuple directory in the transient store. More...
#include <NTuple.h>


Public Member Functions | |
| Directory () | |
| Standard constructor. | |
| virtual | ~Directory () |
| Standard destructor. | |
| virtual const CLID & | clID () const |
| class ID of the object | |
Public Member Functions inherited from DataObject | |
| DataObject () | |
| Standard Constructor. | |
| DataObject (const DataObject &) | |
| Copy Constructor. | |
| virtual | ~DataObject () |
| Standard Destructor. | |
| virtual unsigned long | addRef () |
| Add reference to object. | |
| virtual unsigned long | release () |
| release reference to object | |
| const std::string & | name () const |
| Retreive DataObject name. It is the name when registered in the store. | |
| virtual StatusCode | update () |
| Provide empty placeholder for internal object reconfiguration callback. | |
| void | setRegistry (IRegistry *pRegistry) |
| Set pointer to Registry. | |
| IRegistry * | registry () const |
| Get pointer to Registry. | |
| LinkManager * | linkMgr () const |
| Retrieve Link manager. | |
| unsigned char | version () const |
| Retrieve version number of this object representation. | |
| void | setVersion (unsigned char vsn) |
| Set version number of this object representation. | |
| unsigned long | refCount () const |
| Return the refcount. | |
| virtual std::ostream & | fillStream (std::ostream &s) const |
| Fill the output stream (ASCII) | |
Static Public Member Functions | |
| static const CLID & | classID () |
| class ID of the object | |
Static Public Member Functions inherited from DataObject | |
| static const CLID & | classID () |
| Retrieve reference to class definition structure (static access) | |
Small class representing an N tuple directory in the transient store.
|
inline |
|
inlinevirtual |
|
inlinestatic |
|
inlinevirtual |