 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef PRDTESTERR4_TRACKCONTAINERMODULE_H
6 #define PRDTESTERR4_TRACKCONTAINERMODULE_H
14 const std::string& inContainer,
16 const std::string& collName =
"ActsMsTracks");
20 bool fill(
const EventContext& ctx)
override final;
TrackContainerModule(MuonTesterTree &tree, const std::string &inContainer, MSG::Level msgLvl=MSG::Level::INFO, const std::string &collName="ActsMsTracks")
MuonVal::VectorBranch< float > & m_trackChi2
SG::ReadHandleKey< ActsTrk::TrackContainer > m_key
MuonVal::VectorBranch< float > & m_trackEta
MuonVal::VectorBranch< unsigned > & m_trackNdoF
MuonVal::VectorBranch< float > & m_trackPhi
TTree * tree() override final
Returns the underlying TTree object.
MuonVal::VectorBranch< unsigned > & m_parentSeed
bool msgLvl(const MSG::Level lvl) const
Test the output level.
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...
VectorBranch< T > & newVector(const std::string &name)
Creates new branches and returns their reference.
Lightweight algorithm to read xAOD MDT sim hits and (fast-digitised) drift circles from SG and fill a...
MuonVal::VectorBranch< float > & m_trackPt
MuonVal::VectorBranch< int > & m_trackQ
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.
bool declare_keys() override final