ATLAS Offline Software
Classes | Namespaces | Functions
NtupleVars.h File Reference
#include "VrtSecInclusive/IntersectionPos.h"
#include <memory>
#include <string>
#include <vector>
#include <map>
#include <iostream>
#include <cassert>
#include <cxxabi.h>
#include <TTree.h>
Include dependency graph for NtupleVars.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VKalVrtAthena::BaseHolder
 
class  VKalVrtAthena::varHolder< T >
 
class  VKalVrtAthena::NtupleVars
 

Namespaces

 VKalVrtAthena
 
 VKalVrtAthena::varHolder_detail
 

Functions

template<typename T >
void VKalVrtAthena::varHolder_detail::clear (T &var)
 
template<typename T >
void VKalVrtAthena::varHolder_detail::clear (std::vector< T > &var)
 
template<typename T >
void VKalVrtAthena::varHolder_detail::clear (std::vector< std::vector< T > > &var)
 
template<typename T >
void VKalVrtAthena::varHolder_detail::branch_tree (const std::string &name, const std::string &type_name, TTree *tree, T *var)
 
template<typename T >
void VKalVrtAthena::varHolder_detail::branch_tree (const std::string &name, const std::string &type_name, TTree *tree, std::vector< T > *var)