5#ifndef MuonPRDTEST_RPCDigitVARIABLES_H
6#define MuonPRDTEST_RPCDigitVARIABLES_H
18 bool fill(
const EventContext& ctx)
override final;
PrdTesterModule(MuonTesterTree &tree, const std::string &grp_name, MSG::Level msglvl)
VectorBranch< float > & m_RPC_dig_time
ThreeVectorBranch m_RPC_dig_globalPos
RpcDigitVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
RpcIdentifierBranch m_RPC_dig_id
bool declare_keys() override final
ScalarBranch< unsigned int > & m_RPC_nDigits
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...
TwoVectorBranch m_RPC_dig_localPos
VectorBranch< float > & m_RPC_tot
~RpcDigitVariables()=default
SG::ReadHandleKey< RpcDigitContainer > 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)
Use IdentifiableContainer with RpcDigitCollection.