ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
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) {}

◆ 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.

16 {m_tree=t;}

◆ 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:
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
TransferTree::m_tree
const TTree * m_tree
Definition: TransferTree.h:19