10 const std::string& inContainer,
12 const std::string& collName):
62 if (insert_itr.second) {
65 return insert_itr.first->second;
77 locPos =
strip.localPosition<1>()[0] * Amg::Vector3D::UnitX();
const boost::regex re(r_e)
#define ATH_MSG_VERBOSE(x)
Handle class for reading from StoreGate.
bool msgLvl(const MSG::Level lvl) const
Test the output level.
const Muon::IMuonIdHelperSvc * idHelperSvc() const
TesterModuleBase(MuonTesterTree &tree, const std::string &grp_name, MSG::Level msglvl=MSG::Level::INFO)
const ActsTrk::GeometryContext & getGeoCtx(const EventContext &ctx) const
std::unordered_map< Identifier, unsigned int > m_idOutIdxMap
Map of Identifiers to the position index inside the vector.
TgcStripVariables(MuonTesterTree &tree, const std::string &inContainer, MSG::Level msgLvl=MSG::Level::INFO, const std::string &collName="TgcPrd")
VectorBranch< float > & m_locPos
Local strip position of the measurement.
VectorBranch< float > & m_locCov
local covariance of the measurement
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...
ThreeVectorBranch m_globPos
Position of the Mdt drift circle in the global frame.
SG::ReadHandleKey< xAOD::TgcStripContainer > m_key
void dump(const ActsTrk::GeometryContext &gctx, const xAOD::TgcStrip &dc)
unsigned int push_back(const xAOD::TgcStrip &strip)
Push back the drift circle measurement to the output.
bool m_applyFilter
Apply a filter to dump the prds.
TgcIdentifierBranch m_id
Identifier of the Mdt.
bool declare_keys() override final
std::unordered_set< Identifier > m_filteredChamb
Set of chambers to be dumped.
std::vector< const xAOD::TgcStrip * > m_dumpedPRDS
Vector of PRDs parsed via the external mechanism. These measurements are parsed first.
void enableSeededDump()
Activates the seeded dump of the branch.
void dumpAllHitsInChamber(const Identifier &chamberId)
All hits from this particular chamber identifier are dumped to the output including the ones from the...
bool declare_dependency(Key &key)
Declares the ReadHandle/ ReadCondHandleKey as data dependency of the algorithm.
TTree * tree() override final
Returns the underlying TTree object.
bool isPresent() const
Is the referenced object present in SG?
Eigen::Matrix< double, 3, 1 > Vector3D
std::string toString(const Parameters &pars)
Dumps the parameters into a string with labels in front of each number.
Lightweight algorithm to read xAOD MDT sim hits and (fast-digitised) drift circles from SG and fill a...