Diana Software
Public Member Functions | Private Member Functions | List of all members
QTree Class Reference

TTree used in diana. More...

Inheritance diagram for QTree:
QBaseTree

Public Member Functions

 QTree ()
 
 QTree (const char *title)
 
virtual ~QTree ()
 
- Public Member Functions inherited from QBaseTree
 QBaseTree ()
 
 QBaseTree (QTreeType, const char *title)
 
virtual ~QBaseTree ()
 
QTreeInfoGetTreeInfo ()
 
const std::string & GetSoftwareRevision ()
 
const std::string & GetVersionTag ()
 

Private Member Functions

 ClassDef (QTree, 3)
 

Additional Inherited Members

- Public Types inherited from QBaseTree
enum  QTreeType { QTREE , QATREE , QITREE }
 
- Protected Member Functions inherited from QBaseTree
 ClassDef (QBaseTree, 3)
 

Detailed Description

TTree used in diana.

Author
Marco Vignati

This class behaves exactly as a TTree and must be used in place of TTree in diana I/O. It is provided to host future implementations of additional functionalities. To Load a QTree from a file, it is recommended to use QChain, so that the QTree friends are loaded automatically.

Definition at line 19 of file QTree.hh.

Constructor & Destructor Documentation

◆ QTree() [1/2]

QTree::QTree ( )

Definition at line 10 of file QTree.cc.

◆ QTree() [2/2]

QTree::QTree ( const char *  title)

Definition at line 15 of file QTree.cc.

◆ ~QTree()

QTree::~QTree ( )
virtual

Definition at line 20 of file QTree.cc.

Member Function Documentation

◆ ClassDef()

QTree::ClassDef ( QTree  ,
 
)
private

The documentation for this class was generated from the following files: