5#ifndef MuonPRDTEST_TGCDigitVARIABLES_H
6#define MuonPRDTEST_TGCDigitVARIABLES_H
18 bool fill(
const EventContext& ctx)
override final;
PrdTesterModule(MuonTesterTree &tree, const std::string &grp_name, MSG::Level msglvl)
~TgcDigitVariables()=default
ThreeVectorBranch m_TGC_dig_globalPos
TgcDigitVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
ScalarBranch< unsigned int > & m_TGC_nDigits
TgcIdentifierBranch m_TGC_dig_id
TwoVectorBranch m_TGC_dig_localPos
VectorBranch< uint8_t > & m_TGC_dig_bcId
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...
bool declare_keys() override final
SG::ReadHandleKey< TgcDigitContainer > m_key
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)
Branch to store all information of the TgcIdentifier.
Use IdentifiableContainer with TgcDigitCollection.