 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MuonPRDTEST_MDTPRDVARIABLES_H
6 #define MuonPRDTEST_MDTPRDVARIABLES_H
19 bool fill(
const EventContext& ctx)
override final;
37 #endif // MuonPRDTEST_MDTPRDVARIABLES_H
ScalarBranch< unsigned int > & m_MDT_nPRD
VectorBranch< int > & m_MDT_PRD_tdc
Branch to store all information of the MDT identifier.
ThreeVectorBranch m_MDT_PRD_globalPos
VectorBranch< int > & m_MDT_PRD_status
VectorBranch< float > & m_MDT_PRD_error
MuonPrepDataContainerT< MdtPrepData > MdtPrepDataContainer
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
TTree * tree() override final
Returns the underlying TTree object.
~MDTPRDVariables()=default
VectorBranch< int > & m_MDT_PRD_adc
VectorBranch< double > & m_MDT_PRD_radius
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< T > & newVector(const std::string &name)
Creates new branches and returns their reference.
ScalarBranch< T > & newScalar(const std::string &name)
MdtIdentifierBranch m_MDT_PRD_id
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.
SG::ReadHandleKey< Muon::MdtPrepDataContainer > m_key
bool declare_keys() override final
MDTPRDVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)