ATLAS Offline Software
Static Public Member Functions | Static Private Attributes | List of all members
AANTTreeGate Struct Reference

#include <AANTEventSelector.h>

Collaboration diagram for AANTTreeGate:

Static Public Member Functions

static void setTree (TChain *chain)
 
static TChain * getTree ()
 

Static Private Attributes

static TChain * m_tree = 0
 

Detailed Description

Definition at line 100 of file AANTEventSelector.h.

Member Function Documentation

◆ getTree()

static TChain* AANTTreeGate::getTree ( )
inlinestatic

Definition at line 104 of file AANTEventSelector.h.

104 { return m_tree; }

◆ setTree()

static void AANTTreeGate::setTree ( TChain *  chain)
inlinestatic

Definition at line 103 of file AANTEventSelector.h.

103 { m_tree = chain;}

Member Data Documentation

◆ m_tree

TChain * AANTTreeGate::m_tree = 0
staticprivate

Definition at line 106 of file AANTEventSelector.h.


The documentation for this struct was generated from the following files:
runLayerRecalibration.chain
chain
Definition: runLayerRecalibration.py:175
AANTTreeGate::m_tree
static TChain * m_tree
Definition: AANTEventSelector.h:106