5#ifndef RPCSimHitVariables_H
6#define RPCSimHitVariables_H
16 bool fill(
const EventContext& ctx)
override final;
PrdTesterModule(MuonTesterTree &tree, const std::string &grp_name, MSG::Level msglvl)
VectorBranch< int > & m_RPC_particleEncoding
RPCSimHitVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
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< int > & m_RPC_trackId
VectorBranch< int > & m_RPC_truthEl
VectorBranch< float > & m_RPC_kineticEnergy
RpcIdentifierBranch m_rpc_Id
VectorBranch< float > & m_RPC_depositEnergy
ThreeVectorBranch m_RPC_detector_globalPosition
VectorBranch< float > & m_RPC_hitLocalPositionY
bool declare_keys() override final
VectorBranch< float > & m_RPC_hitLocalPositionX
ThreeVectorBranch m_RPC_hitGlobalPosition
SG::ReadHandleKey< RPCSimHitCollection > m_key
VectorBranch< float > & m_RPC_globalTime
VectorBranch< float > & m_RPC_StepLength
ScalarBranch< unsigned int > & m_RPC_nSimHits
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)
Property holding a SG store/key/clid from which a ReadHandle is made.