|  | The Gaudi Framework
    v31r0 (aeb156f0)
    | 
Small class representing an N tuple file in the transient store. More...
#include <GaudiKernel/NTuple.h>


| Public Member Functions | |
| File ()=default | |
| File (long type, std::string name, std::string logName) | |
| Standard constructor.  More... | |
| const CLID & | clID () const override | 
| 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 (std::string nam) | 
| Set access type.  More... | |
| const std::string & | logicalName () const | 
| void | setLogicalName (std::string l) | 
| void | setOpen (bool flag) | 
| Set "open" flag.  More... | |
| bool | isOpen () const | 
| Access "open" flag.  More... | |
|  Public Member Functions inherited from DataObject | |
| DataObject () | |
| Standard Constructor.  More... | |
| DataObject (const DataObject &rhs) | |
| Copy Constructor.  More... | |
| DataObject & | operator= (const DataObject &rhs) | 
| Assignment Operator.  More... | |
| DataObject (DataObject &&rhs) | |
| Move Constructor.  More... | |
| DataObject & | operator= (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::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 Public Member Functions inherited from NTuple::Directory | |
| static const CLID & | classID () | 
| class ID of the object  More... | |
|  Static Public Member Functions inherited from DataObject | |
| 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 = 0 | 
| Access type.  More... | |
| bool | m_isOpen = false | 
| Flag to indicate wether the file was opened already.  More... | |
Small class representing an N tuple file in the transient store.
| 
 | default | 
| 
 | inline | 
| 
 | inlinestatic | 
| 
 | inlineoverridevirtual | 
class ID of the object
Reimplemented from NTuple::Directory.
Definition at line 930 of file NTuple.h.
| 
 | inline | 
Access "open" flag.
Definition at line 946 of file NTuple.h.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Set "open" flag.
Definition at line 944 of file NTuple.h.
| 
 | inline | 
| 
 | inline | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected |