Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

NTuple::Directory Class Reference

Small class representing an N tuple directory in the transient store. More...

#include <NTuple.h>

Inheritance diagram for NTuple::Directory:
Inheritance graph
[legend]
Collaboration diagram for NTuple::Directory:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Small class representing an N tuple directory in the transient store.

Definition at line 1063 of file NTuple.h.


Constructor & Destructor Documentation

NTuple::Directory::Directory (  )  [inline]

Standard constructor.

Definition at line 1066 of file NTuple.h.

01066                   {
01067     }

virtual NTuple::Directory::~Directory (  )  [inline, virtual]

Standard destructor.

Definition at line 1069 of file NTuple.h.

01069                            {
01070     }


Member Function Documentation

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     }


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:33:49 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004