|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef PRDTESTERR4_RPCSTRIPVARIABLES_H
6 #define PRDTESTERR4_RPCSTRIPVARIABLES_H
12 #include <unordered_map>
13 #include <unordered_set>
22 const std::string& inContainer,
24 const std::string& collName=
"RpcPrd");
29 bool fill(
const EventContext& ctx)
override final;
std::unordered_set< Identifier > m_filteredChamb
Set of chambers to be dumped.
RpcMeasurement_v1: Class storing the geneic.
bool m_applyFilter
Apply a filter to dump the prds.
TwoVectorBranch m_locPos
Local strip position of the measurement
SG::ReadHandleKey< xAOD::RpcMeasurementContainer > m_key
RpcMeasurementVariables(MuonTesterTree &tree, const std::string &inContainer, MSG::Level msgLvl=MSG::Level::INFO, const std::string &collName="RpcPrd")
Property holding a SG store/key/clid from which a ReadHandle is made.
bool declare_keys() override final
TTree * tree() override final
Returns the underlying TTree object.
ThreeVectorBranch m_globPos
Position of the Mdt drift circle in the global frame.
VectorBranch< float > & m_time
Time of the measurement.
bool msgLvl(const MSG::Level lvl) const
Test the output level.
void enableSeededDump()
Activates the seeded dump of the branch.
VectorBranch< T > & newVector(const std::string &name)
Creates new branches and returns their reference.
Include the GeoPrimitives which need to be put first.
RpcIdentifierBranch m_id
Identifier of the Mdt.
Lightweight algorithm to read xAOD MDT sim hits and (fast-digitised) drift circles from SG and fill a...
void dump(const ActsGeometryContext &gctx, const xAOD::RpcMeasurement &dc)
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.
std::unordered_map< Identifier, unsigned int > m_idOutIdxMap
Map of Identifiers to the position index inside the vector.
VectorBranch< float > & m_toT
Time over threshold.
std::vector< const xAOD::RpcMeasurement * > m_dumpedPRDS
Vector of PRDs parsed via the external mechanism. These measurements are parsed first.
void dumpAllHitsInChamber(const Identifier &chamberId)
All hits from this particular chamber identifier are dumped to the output including the ones from the...
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...
TwoVectorBranch m_locCov
local covariance of the measurement
unsigned int push_back(const xAOD::RpcMeasurement &measurement)
Push back the drift circle measurement to the output.