|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#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. | |
Static Public Member Functions | |
| static const CLID & | classID () |
| class ID of the object | |
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. | |
Definition at line 1083 of file NTuple.h.
| NTuple::File::File | ( | ) | [inline] |
| NTuple::File::File | ( | long | type, | |
| const std::string | name, | |||
| const std::string & | logName | |||
| ) | [inline] |
| virtual NTuple::File::~File | ( | ) | [inline, virtual] |
| static const CLID& NTuple::File::classID | ( | ) | [inline, static] |
class ID of the object
Reimplemented from NTuple::Directory.
Definition at line 1104 of file NTuple.h.
01104 { 01105 return CLID_NTupleFile; 01106 }
| virtual const CLID& NTuple::File::clID | ( | ) | const [inline, virtual] |
class ID of the object
Reimplemented from NTuple::Directory.
Definition at line 1108 of file NTuple.h.
01108 { 01109 return File::classID(); 01110 }
| void NTuple::File::setType | ( | const long | typ | ) | [inline] |
| long NTuple::File::type | ( | ) | const [inline] |
| const std::string& NTuple::File::name | ( | ) | const [inline] |
Retrun physical file name.
Reimplemented from DataObject.
Definition at line 1120 of file NTuple.h.
01120 { 01121 return m_name; 01122 }
| void NTuple::File::setName | ( | const std::string & | nam | ) | [inline] |
| const std::string& NTuple::File::logicalName | ( | ) | const [inline] |
| void NTuple::File::setLogicalName | ( | const std::string & | l | ) | [inline] |
| void NTuple::File::setOpen | ( | bool | flag | ) | [inline] |
| bool NTuple::File::isOpen | ( | ) | const [inline] |
std::string NTuple::File::m_name [protected] |
std::string NTuple::File::m_logName [protected] |
long NTuple::File::m_type [protected] |
bool NTuple::File::m_isOpen [protected] |