|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MUONTESTER_MUONTESTERBRANCH_H
5 #define MUONTESTER_MUONTESTERBRANCH_H
37 TTree*
tree() override final;
std::vector< DataDependency > m_dependencies
bool const RAWDATA *ch2 const
MuonTesterBranch(MuonTesterTree &tree, const std::string &br_name)
MuonTesterBranch(const MuonTesterBranch &)=delete
TTree * tree() override final
Returns the underlying TTree object.
MuonTesterTree * m_parent
bool declare_dependency(Key &key)
Declares the ReadHandle/ ReadCondHandleKey as data dependency of the algorithm.
static std::string eraseWhiteSpaces(const std::string &In)
void operator=(const MuonTesterBranch &)=delete
Class to provide easy MsgStream access and capabilities.
bool addToTree(T &variable)
Connects the Memory buffer with the TTree.
std::string name() const override final
Returns the name of the branch.
Class to store array like branches into the n-tuples.
virtual ~MuonTesterBranch()
A property holding a SG store/key/clid from which a VarHandle is made.
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.
bool initialized() const
Returns whether the object has been initialized or not The outcome of the variable is bound to a succ...
Most basic interface class used by the MuonTester tree.
std::vector< DataDependency > data_dependencies() override final
Returns the data dependencies needed by the MuonTesterBranch.