|
ATLAS Offline Software
|
Go to the documentation of this file.
10 const std::string& inContainer,
12 const std::string& collName):
24 if (!inContainer.isPresent()) {
35 const Identifier id{
re->measurementId(strip->measurementHash())};
59 const Identifier id{
re->measurementId(strip.measurementHash())};
62 if (insert_itr.second) {
65 return insert_itr.first->second;
70 const Identifier id{
re->measurementId(strip.layerHash())};
77 locPos = strip.localPosition<1>()[0] * Amg::Vector3D::UnitX();
79 const Amg::Vector3D globPos{
re->localToGlobalTrans(gctx, strip.layerHash()) *locPos};
VectorBranch< float > & m_locCov
local covariance of the measurement
bool declare_keys() override final
bool m_applyFilter
Apply a filter to dump the prds.
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...
void dumpAllHitsInChamber(const Identifier &chamberId)
All hits from this particular chamber identifier are dumped to the output including the ones from the...
void push_back(const Identifier &id) override final
#define ATH_MSG_VERBOSE(x)
void dump(const ActsGeometryContext &gctx, const xAOD::MMCluster &dc)
TTree * tree() override final
Returns the underlying TTree object.
bool declare_dependency(Key &key)
Declares the ReadHandle/ ReadCondHandleKey as data dependency of the algorithm.
const ActsGeometryContext & getGeoCtx(const EventContext &ctx) const
void push_back(const Amg::Vector3D &vec)
interface using the Amg::Vector3D
std::unordered_map< Identifier, unsigned int > m_idOutIdxMap
Map of Identifiers to the position index inside the vector.
std::string toString(const Translation3D &translation, int precision=4)
GeoPrimitvesToStringConverter.
bool msgLvl(const MSG::Level lvl) const
Test the output level.
VectorBranch< float > & m_locPos
Local strip position of the measurement
const Muon::IMuonIdHelperSvc * idHelperSvc() const
Include the GeoPrimitives which need to be put first.
ThreeVectorBranch m_globPos
Position of the Mdt drift circle in the global frame.
void push_back(const T &value)
Adds a new element at the end of the vector.
Lightweight algorithm to read xAOD MDT sim hits and (fast-digitised) drift circles from SG and fill a...
void enableSeededDump()
Activates the seeded dump of the branch.
VectorBranch< uint32_t > & m_charge
cluster charge
Eigen::Matrix< double, 3, 1 > Vector3D
unsigned int push_back(const xAOD::MMCluster &cluster)
Push back the drift circle measurement to the output.
std::vector< const xAOD::MMCluster * > m_dumpedPRDS
Vector of PRDs parsed via the external mechanism. These measurements are parsed first.
const boost::regex re(r_e)
MmClusterVariables(MuonTesterTree &tree, const std::string &inContainer, MSG::Level msgLvl=MSG::Level::INFO, const std::string &collName="MmPrd")
VectorBranch< uint8_t > & m_author
cluster author
VectorBranch< uint16_t > & m_time
cluster time
Handle class for reading from StoreGate.
MmIdentifierBranch m_id
Identifier of the Mdt.
SG::ReadHandleKey< xAOD::MMClusterContainer > m_key
std::unordered_set< Identifier > m_filteredChamb
Set of chambers to be dumped.