5#ifndef TGCSimHitVariables_H
6#define TGCSimHitVariables_H
15 bool fill(
const EventContext& ctx)
override final;
PrdTesterModule(MuonTesterTree &tree, const std::string &grp_name, MSG::Level msglvl)
VectorBranch< float > & m_TGC_depositEnergy
VectorBranch< float > & m_TGC_globalTime
VectorBranch< int > & m_TGC_trackId
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...
ThreeVectorBranch m_TGC_detector_globalPosition
TGCSimHitVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
ThreeVectorBranch m_TGC_hitLocalPosition
ScalarBranch< unsigned int > & m_TGC_nSimHits
ThreeVectorBranch m_TGC_hitGlobalPosition
VectorBranch< float > & m_TGC_StepLength
VectorBranch< int > & m_TGC_truthEl
TgcIdentifierBranch m_TGC_id
VectorBranch< int > & m_TGC_particleEncoding
VectorBranch< float > & m_TGC_kineticEnergy
bool declare_keys() override final
SG::ReadHandleKey< TGCSimHitCollection > 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.
Property holding a SG store/key/clid from which a ReadHandle is made.