|
ATLAS Offline Software
|
Go to the documentation of this file.
16 if (!MuonDetMgr) {
return false; }
26 unsigned int n_digits{0};
28 ATH_MSG_DEBUG(
"processing collection with size " << coll->size());
29 for (
unsigned int digitNum = 0; digitNum < coll->size(); digitNum++) {
37 ATH_MSG_ERROR(
"CSCDigitVariables::fillVariables() - Failed to retrieve CSCReadoutElement for "<<
idHelperSvc()->cscIdHelper().print_to_string(Id).c_str());
51 for (
unsigned int digitNum = 0; digitNum < coll->size(); digitNum++) {
57 if (!rdoEl)
return false;
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...
Use IdentifiableContainer with CscDigitCollection.
Eigen::Matrix< double, 2, 1 > Vector2D
void push_back(const Identifier &id) override final
ThreeVectorBranch m_CSC_dig_globalPos
size_t size() const
Duplicate of fullSize for backwards compatability.
const MuonGM::MuonDetectorManager * getDetMgr(const EventContext &ctx) const
virtual const Trk::PlaneSurface & surface() const override
access to chamber surface (phi orientation), uses the first gas gap
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
SG::ReadHandleKey< CscDigitContainer > m_key
size_type digit_size() const
VectorBranch< float > & m_CSC_dig_localPosX
bool declare_keys() override final
std::string toString(const Translation3D &translation, int precision=4)
GeoPrimitvesToStringConverter.
const CscReadoutElement * getCscReadoutElement(const Identifier &id) const
access via extended identifier (requires unpacking)
CscDigitVariables(MuonTesterTree &tree, const std::string &container_name, MSG::Level msglvl)
ScalarBranch< unsigned int > & m_CSC_nDigits
void push_back(const T &value)
Adds a new element at the end of the vector.
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...
Eigen::Matrix< double, 3, 1 > Vector3D
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
const Muon::IMuonIdHelperSvc * idHelperSvc() const
CscIdentifierBranch m_CSC_dig_id
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.