|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MuonPRDTEST_CSCRDOVARIABLES_H
6 #define MuonPRDTEST_CSCRDOVARIABLES_H
20 bool fill(
const EventContext& ctx)
override final;
28 throw std::runtime_error(
"casting IdHelper to CscIdHelper failed");
43 #endif // MuonPRDTEST_CSCRDOVARIABLES_H
bool declare_keys() override final
This class provides conversion from RDO data to CSC RDO Author: Ketevi A.
ThreeVectorBranch m_CSC_rdo_globalPos
bool const RAWDATA *ch2 const
VectorBranch< float > & m_CSC_rdo_localPosX
TTree * tree() override final
Returns the underlying TTree object.
const Muon::ICSC_RDO_Decoder * m_rdo_decoder
VectorBranch< int > & m_CSC_rdo_time
CscIdentifierBranch m_CSC_rdo_id
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< float > & m_CSC_rdo_localPosY
VectorBranch< T > & newVector(const std::string &name)
Creates new branches and returns their reference.
ScalarBranch< T > & newScalar(const std::string &name)
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.
CSCRDOVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl, const MuonIdHelper *idhelper, const Muon::ICSC_RDO_Decoder *rdo_decoder)
const CscIdHelper * m_CscIdHelper
SG::ReadHandleKey< CscRawDataContainer > m_key
Branch to store all information of the CscIdentifier.
ScalarBranch< unsigned int > & m_CSC_nRDO
~CSCRDOVariables()=default
void setHelper(const MuonIdHelper *idhelper)