ATLAS Offline Software
|
#include "TTree.h"
#include "AthenaMonitoringKernel/HistogramFiller.h"
#include <boost/algorithm/string.hpp>
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) |