|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 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.
{
return CLID_NTupleDirectory;
}
| 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.
{
return classID();
}