![]() |
ATLAS Offline Software
|
#include <NtupleVars.h>
Public Member Functions | |
| NtupleVars () | |
| ~NtupleVars () | |
| void | setupNtupleVariables () |
| void | branchNtuple (TTree *tree) |
| void | deleteNtupleVariables () |
| template<class T> | |
| void | addNewVar (const std::string &varname) |
| template<class T> | |
| bool | isAvailable (const std::string &varname) |
| template<class T> | |
| T & | get (const std::string &varname) |
| void | clear () |
Public Attributes | |
| std::vector< IntersectionPos * > | m_RecoTrk_Int |
| std::vector< IntersectionPos * > | m_SVTrk_Int |
Private Attributes | |
| std::map< std::string, BaseHolder * > | m_varHolder |
Definition at line 117 of file NtupleVars.h.
|
default |
|
default |
|
inline |
Definition at line 134 of file NtupleVars.h.
| void VKalVrtAthena::NtupleVars::branchNtuple | ( | TTree * | tree | ) |
Definition at line 28 of file NtupleVars.cxx.
| void VKalVrtAthena::NtupleVars::clear | ( | ) |
Definition at line 50 of file NtupleVars.cxx.
| void VKalVrtAthena::NtupleVars::deleteNtupleVariables | ( | ) |
Definition at line 24 of file NtupleVars.cxx.
|
inline |
Definition at line 165 of file NtupleVars.h.
|
inline |
Definition at line 138 of file NtupleVars.h.
| void VKalVrtAthena::NtupleVars::setupNtupleVariables | ( | ) |
Definition at line 20 of file NtupleVars.cxx.
| std::vector<IntersectionPos*> VKalVrtAthena::NtupleVars::m_RecoTrk_Int |
Definition at line 123 of file NtupleVars.h.
| std::vector<IntersectionPos*> VKalVrtAthena::NtupleVars::m_SVTrk_Int |
Definition at line 124 of file NtupleVars.h.
|
private |
Definition at line 119 of file NtupleVars.h.