|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
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 | |
Static Public Member Functions | |
| static const CLID & | classID () |
| class ID of the object | |
Small class representing an N tuple directory in the transient store.
Definition at line 1063 of file NTuple.h.
| NTuple::Directory::Directory | ( | ) | [inline] |
| virtual NTuple::Directory::~Directory | ( | ) | [inline, virtual] |
| static const CLID& NTuple::Directory::classID | ( | ) | [inline, static] |
class ID of the object
Reimplemented from DataObject.
Reimplemented in NTuple::File.
Definition at line 1072 of file NTuple.h.
01072 { 01073 return CLID_NTupleDirectory; 01074 }
| virtual const CLID& NTuple::Directory::clID | ( | ) | const [inline, virtual] |
class ID of the object
Reimplemented from DataObject.
Reimplemented in NTuple::File.
Definition at line 1076 of file NTuple.h.
01076 { 01077 return Directory::classID(); 01078 }