|
Gaudi Framework, version v23r5 |
| Home | Generated: Wed Nov 28 2012 |
Small class representing an N tuple file in the transient store. More...
#include <NTuple.h>


Public Member Functions | |
| File () | |
| File (long type, const std::string name, const std::string &logName) | |
| Standard constructor. | |
| virtual | ~File () |
| Standard destructor. | |
| virtual const CLID & | clID () const |
| class ID of the object | |
| void | setType (const long typ) |
| Set access type. | |
| long | type () const |
| Return access type. | |
| const std::string & | name () const |
| Retrun physical file name. | |
| void | setName (const std::string &nam) |
| Set access type. | |
| const std::string & | logicalName () const |
| void | setLogicalName (const std::string &l) |
| void | setOpen (bool flag) |
| Set "open" flag. | |
| bool | isOpen () const |
| Access "open" flag. | |
Public Member Functions inherited from NTuple::Directory | |
| Directory () | |
| Standard constructor. | |
| virtual | ~Directory () |
| Standard destructor. | |
Public Member Functions inherited from DataObject | |
| 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 Public Member Functions | |
| static const CLID & | classID () |
| class ID of the object | |
Static Public Member Functions inherited from NTuple::Directory | |
| static const CLID & | classID () |
| class ID of the object | |
Static Public Member Functions inherited from DataObject | |
| static const CLID & | classID () |
| Retrieve reference to class definition structure (static access) | |
Protected Attributes | |
| std::string | m_name |
| Physical file name. | |
| std::string | m_logName |
| Logical file name. | |
| long | m_type |
| Access type. | |
| bool | m_isOpen |
| Flag to indicate wether the file was opened already. | |
Small class representing an N tuple file in the transient store.
|
inline |
|
inline |
|
inlinevirtual |
|
inlinestatic |
|
inlinevirtual |
class ID of the object
Reimplemented from NTuple::Directory.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |