|
ATLAS Offline Software
|
Go to the documentation of this file.
17 if (!MuonDetMgr) {
return false; }
19 if (!cscprdContainer.isValid()) {
24 ATH_MSG_DEBUG(
"retrieved CSC PRD Container with size " << cscprdContainer->size());
26 if (cscprdContainer->size() == 0)
ATH_MSG_DEBUG(
" CSC PRD Container empty ");
27 unsigned int n_PRD{0};
28 for(
auto it : *cscprdContainer ) {
30 for (
auto prd: *coll) {
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...
ScalarBranch< unsigned int > & m_CSC_nPRD
Eigen::Matrix< double, 2, 1 > Vector2D
void push_back(const Identifier &id) override final
const MuonGM::MuonDetectorManager * getDetMgr(const EventContext &ctx) const
bool declare_dependency(Key &key)
Declares the ReadHandle/ ReadCondHandleKey as data dependency of the algorithm.
void push_back(const Amg::Vector3D &vec)
interface using the Amg::Vector3D
CSCPRDVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
std::string toString(const Translation3D &translation, int precision=4)
GeoPrimitvesToStringConverter.
VectorBranch< int > & m_CSC_PRD_charge
const CscReadoutElement * getCscReadoutElement(const Identifier &id) const
access via extended identifier (requires unpacking)
bool declare_keys() override final
VectorBranch< float > & m_CSC_PRD_localPosY
Template to hold collections of MuonPrepRawData objects.
CscIdentifierBranch m_CSC_PRD_id
void push_back(const T &value)
Adds a new element at the end of the vector.
VectorBranch< float > & m_CSC_PRD_localPosX
Eigen::Matrix< double, 3, 1 > Vector3D
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
VectorBranch< int > & m_CSC_PRD_time
const Muon::IMuonIdHelperSvc * idHelperSvc() const
ThreeVectorBranch m_CSC_PRD_globalPos
SG::ReadHandleKey< Muon::CscPrepDataContainer > m_key