ATLAS Offline Software
|
#include <AthenaKernel/getMessageSvc.h>
#include <GaudiKernel/MsgStream.h>
#include <MuonTesterTree/ArrayBranch.h>
#include <MuonTesterTree/MuonTesterBranch.h>
#include <MuonTesterTree/MuonTesterTree.h>
#include <MuonTesterTree/ScalarBranch.h>
#include <MuonTesterTree/VectorBranch.h>
#include <MuonTesterTree/throwExcept.h>
#include <functional>
Go to the source code of this file.
Namespaces | |
MuonVal | |
Class to store array like branches into the n-tuples. | |
Macros | |
#define | SET_BRANCHSTRING(theType, thestring) template <> std::string ArrayBranch<theType>::tree_data_type() const { return thestring; } |
#define SET_BRANCHSTRING | ( | theType, | |
thestring | |||
) | template <> std::string ArrayBranch<theType>::tree_data_type() const { return thestring; } |
Definition at line 16 of file MuonTesterBranch.cxx.