5#ifndef MuonPRDTEST_MDTDigitVARIABLES_H
6#define MuonPRDTEST_MDTDigitVARIABLES_H
17 bool fill(
const EventContext& ctx)
override final;
Use IdentifiableContainer with MdtDigitCollection.
MdtDigitVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
MdtIdentifierBranch m_MDT_digit_id
bool fill(const EventContext &ctx) override final
The fill method checks if enough information is provided such that the branch is cleared from the inf...
VectorBranch< float > & m_MDT_dig_time
SG::ReadHandleKey< MdtDigitContainer > m_digitKey
VectorBranch< float > & m_MDT_dig_charge
ScalarBranch< int > & m_MDT_nDigits
ThreeVectorBranch m_MDT_dig_localTubePos
ThreeVectorBranch m_MDT_dig_globalPos
VectorBranch< int > & m_MDT_dig_numberOfMultilayers
bool declare_keys() override final
~MdtDigitVariables()=default
PrdTesterModule(MuonTesterTree &tree, const std::string &grp_name, MSG::Level msglvl)
Branch to store all information of the MDT identifier.
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.
TTree * tree() override final
Returns the underlying TTree object.
VectorBranch< T > & newVector(const std::string &name)
Creates new branches and returns their reference.
ScalarBranch< T > & newScalar(const std::string &name)