The Gaudi Framework  v30r3 (a5ef0a68)
NTuple::Directory Struct Reference

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

#include <GaudiKernel/NTuple.h>

Inheritance diagram for NTuple::Directory:
Collaboration diagram for NTuple::Directory:

Public Member Functions

const CLIDclID () const override
 class ID of the object More...
 
- Public Member Functions inherited from DataObject
 DataObject ()
 Standard Constructor. More...
 
 DataObject (const DataObject &rhs)
 Copy Constructor. More...
 
DataObjectoperator= (const DataObject &rhs)
 Assignment Operator. More...
 
 DataObject (DataObject &&rhs)
 Move Constructor. More...
 
DataObjectoperator= (DataObject &&rhs)
 Move Assignment Operator. More...
 
virtual ~DataObject ()
 Standard Destructor. More...
 
virtual unsigned long addRef ()
 Add reference to object. More...
 
virtual unsigned long release ()
 release reference to object More...
 
const std::stringname () const
 Retreive DataObject name. It is the name when registered in the store. More...
 
virtual StatusCode update ()
 Provide empty placeholder for internal object reconfiguration callback. More...
 
void setRegistry (IRegistry *pRegistry)
 Set pointer to Registry. More...
 
IRegistryregistry () const
 Get pointer to Registry. More...
 
LinkManagerlinkMgr () const
 Retrieve Link manager. More...
 
unsigned char version () const
 Retrieve version number of this object representation. More...
 
void setVersion (unsigned char vsn)
 Set version number of this object representation. More...
 
unsigned long refCount () const
 Return the refcount. More...
 
virtual std::ostreamfillStream (std::ostream &s) const
 Fill the output stream (ASCII) More...
 

Static Public Member Functions

static const CLIDclassID ()
 class ID of the object More...
 
- Static Public Member Functions inherited from DataObject
static const CLIDclassID ()
 Retrieve reference to class definition structure (static access) More...
 

Detailed Description

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

Definition at line 978 of file NTuple.h.

Member Function Documentation

static const CLID& NTuple::Directory::classID ( )
inlinestatic

class ID of the object

Definition at line 980 of file NTuple.h.

980 { return CLID_NTupleDirectory; }
const CLID& NTuple::Directory::clID ( ) const
inlineoverridevirtual

class ID of the object

Reimplemented from DataObject.

Reimplemented in NTuple::File.

Definition at line 982 of file NTuple.h.

982 { return classID(); }
static const CLID & classID()
class ID of the object
Definition: NTuple.h:980

The documentation for this struct was generated from the following file: