![]() |
The Gaudi Framework
v25r3
|
Small class representing an N tuple file in the transient store. More...
#include <GaudiKernel/NTuple.h>
Public Member Functions | |
File () | |
File (long type, const std::string name, const std::string &logName) | |
Standard constructor. More... | |
virtual | ~File () |
Standard destructor. More... | |
virtual const CLID & | clID () const |
class ID of the object More... | |
void | setType (const long typ) |
Set access type. More... | |
long | type () const |
Return access type. More... | |
const std::string & | name () const |
Retrun physical file name. More... | |
void | setName (const std::string &nam) |
Set access type. More... | |
const std::string & | logicalName () const |
void | setLogicalName (const std::string &l) |
void | setOpen (bool flag) |
Set "open" flag. More... | |
bool | isOpen () const |
Access "open" flag. More... | |
![]() | |
Directory () | |
Standard constructor. More... | |
virtual | ~Directory () |
Standard destructor. More... | |
![]() | |
DataObject () | |
Standard Constructor. More... | |
DataObject (const DataObject &) | |
Copy Constructor. 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::string & | name () 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... | |
IRegistry * | registry () const |
Get pointer to Registry. More... | |
LinkManager * | linkMgr () 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::ostream & | fillStream (std::ostream &s) const |
Fill the output stream (ASCII) More... | |
Static Public Member Functions | |
static const CLID & | classID () |
class ID of the object More... | |
![]() | |
static const CLID & | classID () |
class ID of the object More... | |
![]() | |
static const CLID & | classID () |
Retrieve reference to class definition structure (static access) More... | |
Protected Attributes | |
std::string | m_name |
Physical file name. More... | |
std::string | m_logName |
Logical file name. More... | |
long | m_type |
Access type. More... | |
bool | m_isOpen |
Flag to indicate wether the file was opened already. More... | |
Small class representing an N tuple file in the transient store.
|
inline |
Definition at line 1096 of file NTuple.h.
|
inline |
Standard constructor.
Definition at line 1099 of file NTuple.h.
|
inlinevirtual |
|
inlinestatic |
|
inlinevirtual |
class ID of the object
Reimplemented from NTuple::Directory.
Definition at line 1110 of file NTuple.h.
|
inline |
Access "open" flag.
Definition at line 1142 of file NTuple.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Set "open" flag.
Definition at line 1138 of file NTuple.h.
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |