![]() |
Diana Software
|
Public Member Functions | |
| QTreeInfo () | |
| void | PrintVersions () |
| ClassDef (QTreeInfo, 4) | |
Public Attributes | |
| Int_t | fType |
| std::string | fSoftwareRevision |
| std::string | fVersionTag |
| std::map< std::string, std::string > | fExtSWVersion |
Definition at line 8 of file QTreeInfo.hh.
| QTreeInfo::QTreeInfo | ( | ) |
Definition at line 6 of file QTreeInfo.cc.
References fExtSWVersion, fSoftwareRevision, fType, and fVersionTag.
| QTreeInfo::ClassDef | ( | QTreeInfo | , |
| 4 | |||
| ) |
| void QTreeInfo::PrintVersions | ( | ) |
Definition at line 14 of file QTreeInfo.cc.
References fExtSWVersion, fSoftwareRevision, and fVersionTag.
| std::map<std::string,std::string> QTreeInfo::fExtSWVersion |
Definition at line 16 of file QTreeInfo.hh.
Referenced by QRootFileWriterBase::Open(), PrintVersions(), and QTreeInfo().
| std::string QTreeInfo::fSoftwareRevision |
Definition at line 14 of file QTreeInfo.hh.
Referenced by QBaseTree::GetSoftwareRevision(), QRootFileWriterBase::Open(), PrintVersions(), and QTreeInfo().
| Int_t QTreeInfo::fType |
Definition at line 13 of file QTreeInfo.hh.
Referenced by QBaseTree::QBaseTree(), and QTreeInfo().
| std::string QTreeInfo::fVersionTag |
Definition at line 15 of file QTreeInfo.hh.
Referenced by QBaseTree::GetVersionTag(), QRootFileWriterBase::Open(), PrintVersions(), and QTreeInfo().