ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  VKalVrtAthena
namespace  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)
static std::map< const std::string, const std::string > VKalVrtAthena::varHolder_detail::create_tree_str ()
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)

Variables

static const std::map< const std::string, const std::string > VKalVrtAthena::varHolder_detail::tree_str_map = create_tree_str()