Small class representing an N tuple directory in the transient store.
More...
#include <NTuple.h>
|
| | Directory () |
| | Standard constructor.
|
| |
| virtual | ~Directory () |
| | Standard destructor.
|
| |
| virtual const CLID & | clID () const |
| | class ID of the object
|
| |
| | 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 const CLID & | classID () |
| | class ID of the object
|
| |
| static const CLID & | classID () |
| | Retrieve reference to class definition structure (static access)
|
| |
Small class representing an N tuple directory in the transient store.
Definition at line 1065 of file NTuple.h.
| NTuple::Directory::Directory |
( |
| ) |
|
|
inline |
Standard constructor.
Definition at line 1068 of file NTuple.h.
| virtual NTuple::Directory::~Directory |
( |
| ) |
|
|
inlinevirtual |
Standard destructor.
Definition at line 1071 of file NTuple.h.
| static const CLID& NTuple::Directory::classID |
( |
| ) |
|
|
inlinestatic |
class ID of the object
Definition at line 1074 of file NTuple.h.
| virtual const CLID& NTuple::Directory::clID |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r2/GaudiKernel/GaudiKernel/NTuple.h