Small class representing an N tuple file in the transient store.
More...
#include <NTuple.h>
|
| | 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.
|
| |
| | Directory () |
| | Standard constructor.
|
| |
| virtual | ~Directory () |
| | Standard destructor.
|
| |
| | 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 const CLID & | classID () |
| | class ID of the object
|
| |
| static const CLID & | classID () |
| | class ID of the object
|
| |
| static const CLID & | classID () |
| | Retrieve reference to class definition structure (static access)
|
| |
|
| 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.
Definition at line 1085 of file NTuple.h.
| NTuple::File::File |
( |
long |
type, |
|
|
const std::string |
name, |
|
|
const std::string & |
logName |
|
) |
| |
|
inline |
Standard constructor.
Definition at line 1099 of file NTuple.h.
| virtual NTuple::File::~File |
( |
| ) |
|
|
inlinevirtual |
Standard destructor.
Definition at line 1103 of file NTuple.h.
| static const CLID& NTuple::File::classID |
( |
| ) |
|
|
inlinestatic |
class ID of the object
Definition at line 1106 of file NTuple.h.
| virtual const CLID& NTuple::File::clID |
( |
| ) |
const |
|
inlinevirtual |
| bool NTuple::File::isOpen |
( |
| ) |
const |
|
inline |
Access "open" flag.
Definition at line 1142 of file NTuple.h.
| const std::string& NTuple::File::logicalName |
( |
| ) |
const |
|
inline |
| const std::string& NTuple::File::name |
( |
| ) |
const |
|
inline |
Retrun physical file name.
Definition at line 1122 of file NTuple.h.
| void NTuple::File::setLogicalName |
( |
const std::string & |
l | ) |
|
|
inline |
| void NTuple::File::setName |
( |
const std::string & |
nam | ) |
|
|
inline |
| void NTuple::File::setOpen |
( |
bool |
flag | ) |
|
|
inline |
| void NTuple::File::setType |
( |
const long |
typ | ) |
|
|
inline |
| long NTuple::File::type |
( |
| ) |
const |
|
inline |
Return access type.
Definition at line 1118 of file NTuple.h.
| bool NTuple::File::m_isOpen |
|
protected |
Flag to indicate wether the file was opened already.
Definition at line 1094 of file NTuple.h.
| std::string NTuple::File::m_logName |
|
protected |
Logical file name.
Definition at line 1090 of file NTuple.h.
| std::string NTuple::File::m_name |
|
protected |
Physical file name.
Definition at line 1088 of file NTuple.h.
| long NTuple::File::m_type |
|
protected |
The documentation for this class was generated from the following file:
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r2/GaudiKernel/GaudiKernel/NTuple.h