ATLAS Offline Software
Loading...
Searching...
No Matches
MuonTesterBranch.cxx File Reference
#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>
Include dependency graph for MuonTesterBranch.cxx:

Go to the source code of this file.

Namespaces

namespace  MuonVal
 Class to store array like branches into the n-tuples.

Macros

#define SET_BRANCHSTRING(theType, thestring)

Macro Definition Documentation

◆ SET_BRANCHSTRING

#define SET_BRANCHSTRING ( theType,
thestring )
Value:
template <> std::string ArrayBranch<theType>::tree_data_type() const { return thestring; }

Definition at line 15 of file MuonTesterBranch.cxx.

15#define SET_BRANCHSTRING(theType, thestring) \
16 template <> std::string ArrayBranch<theType>::tree_data_type() const { return thestring; }