19 if (!MuonDetMgr) {
return false; }
21 if (!cscrdoContainer.
isValid()) {
25 ATH_MSG_DEBUG(
"retrieved CSC rdo Container with size " << cscrdoContainer->size());
27 if (cscrdoContainer->size() == 0)
ATH_MSG_DEBUG(
" CSC rdo Container empty ");
28 unsigned int n_rdo{0};
30 ATH_MSG_DEBUG(
"processing collection with size " << coll->size());
59 if (!rdoEl)
return false;
Collection of CSC Raw Hits, arranged according to CSC Detector Elements Author: Ketevi A.
Class to hold the electronic output for a single CSC readout channel: n sampling ADC data + the addre...
virtual const Trk::PlaneSurface & surface() const override
access to chamber surface (phi orientation), uses the first gas gap
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
const CscReadoutElement * getCscReadoutElement(const Identifier &id) const
access via extended identifier (requires unpacking)
ThreeVectorBranch m_CSC_rdo_globalPos
bool declare_keys() override final
void setHelper(const MuonIdHelper *idhelper)
SG::ReadHandleKey< CscRawDataContainer > m_key
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...
CSCRDOVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl, const MuonIdHelper *idhelper, const Muon::ICSC_RDO_Decoder *rdo_decoder)
ScalarBranch< unsigned int > & m_CSC_nRDO
VectorBranch< float > & m_CSC_rdo_localPosX
CscIdentifierBranch m_CSC_rdo_id
VectorBranch< float > & m_CSC_rdo_localPosY
const Muon::ICSC_RDO_Decoder * m_rdo_decoder
VectorBranch< int > & m_CSC_rdo_time
const CscIdHelper * m_CscIdHelper
const MuonGM::MuonDetectorManager * getDetMgr(const EventContext &ctx) const
const Muon::IMuonIdHelperSvc * idHelperSvc() const
PrdTesterModule(MuonTesterTree &tree, const std::string &grp_name, MSG::Level msglvl)
bool declare_dependency(Key &key)
Declares the ReadHandle/ ReadCondHandleKey as data dependency of the algorithm.
TTree * tree() override final
Returns the underlying TTree object.
This class provides conversion from RDO data to CSC RDO Author: Ketevi A.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
virtual void localToGlobal(const Amg::Vector2D &locp, const Amg::Vector3D &mom, Amg::Vector3D &glob) const override final
Specified for PlaneSurface: LocalToGlobal method without dynamic memory allocation.
virtual bool globalToLocal(const Amg::Vector3D &glob, const Amg::Vector3D &mom, Amg::Vector2D &loc) const override final
Specified for PlaneSurface: GlobalToLocal method without dynamic memory allocation - boolean checks i...
Eigen::Matrix< double, 2, 1 > Vector2D
Eigen::Matrix< double, 3, 1 > Vector3D
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
std::string toString(CscStripStatus cstat)
Return a string description of a CSC cluster status flag.