ATLAS Offline Software
Loading...
Searching...
No Matches
TransferTree Class Reference

#include <TransferTree.h>

Collaboration diagram for TransferTree:

Public Member Functions

 TransferTree ()
 TransferTree (const TTree *t)
virtual ~TransferTree ()
void setTree (const TTree *t)
const TTree * tree () const

Private Attributes

const TTree * m_tree

Detailed Description

Definition at line 10 of file TransferTree.h.

Constructor & Destructor Documentation

◆ TransferTree() [1/2]

TransferTree::TransferTree ( )
inline

Definition at line 13 of file TransferTree.h.

13: m_tree(0) {}
const TTree * m_tree

◆ TransferTree() [2/2]

TransferTree::TransferTree ( const TTree * t)
inline

Definition at line 14 of file TransferTree.h.

14: m_tree(t) {}

◆ ~TransferTree()

virtual TransferTree::~TransferTree ( )
inlinevirtual

Definition at line 15 of file TransferTree.h.

15{m_tree=0;}

Member Function Documentation

◆ setTree()

void TransferTree::setTree ( const TTree * t)
inline

Definition at line 16 of file TransferTree.h.

◆ tree()

const TTree * TransferTree::tree ( ) const
inline

Definition at line 17 of file TransferTree.h.

17{return m_tree;}

Member Data Documentation

◆ m_tree

const TTree* TransferTree::m_tree
private

Definition at line 19 of file TransferTree.h.


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