ATLAS Offline Software
Classes | Namespaces | Functions
HistogramFillerTree.h File Reference
#include "TTree.h"
#include "AthenaMonitoringKernel/HistogramFiller.h"
#include <boost/algorithm/string.hpp>
Include dependency graph for HistogramFillerTree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Monitored::HistogramFillerTree
 Filler for TTrees. More...
 

Namespaces

 Monitored
 Generic monitoring tool for athena components.
 

Functions

template<typename T >
void Monitored::scalarFillerFunc (TBranch *branch, const IMonitoredVariable &var)
 
template<>
void Monitored::scalarFillerFunc< std::string > (TBranch *branch, const IMonitoredVariable &var)
 
template<typename T >
void Monitored::vectorFillerFunc (TBranch *branch, const IMonitoredVariable &var)
 
template<>
void Monitored::vectorFillerFunc< std::string > (TBranch *branch, const IMonitoredVariable &var)