Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
10 const std::string& containerKey,
19 if(!readHandle.isPresent()) {
44 if (!insert_itr.second) {
45 return insert_itr.first->second;
62 return insert_itr.first->second;
VectorBranch< uint8_t > & m_nTrigEtaLayers
Number of trigger hits, i.e.
unsigned int push_back(const xAOD::MuonSegment &segment)
push back a particuar segment
std::unordered_map< const xAOD::MuonSegment *, unsigned int > m_idxLookUp
std::vector< std::shared_ptr< IAuxElementDecorationBranch > > m_addBranches
bool declare_keys() override final
SG::ReadHandleKey< xAOD::MuonSegmentContainer > m_key
Store gate key of the segment container.
Class describing a MuonSegment.
bool addVariable(std::shared_ptr< IAuxElementDecorationBranch > br)
VectorBranch< uint8_t > & m_sector
MS-sector of the segment's precision hits.
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< unsigned int > & m_nDoF
number of degrees of freedom
bool declare_dependency(Key &key)
Declares the ReadHandle/ ReadCondHandleKey as data dependency of the algorithm.
VectorBranch< uint8_t > & m_chamberIdx
MS station of the segment.
void push_back(const Amg::Vector3D &vec)
interface using the Amg::Vector3D
VectorBranch< char > & m_etaIdx
Station-eta index of the segment's precision hits.
SegmentVariables(MuonTesterTree &tree, const std::string &containerKey, const std::string &outName, MSG::Level msglvl)
ThreeVectorBranch m_dir
Global direction of the segment.
MuonTesterTree & parent()
Returns the reference to the MuonTesterTree parent.
ThreeVectorBranch m_pos
Global position of the segment.
VectorBranch< float > & m_chi2
chi 2 of the segment fit
Handle class for reading from StoreGate.
VectorBranch< uint8_t > & m_nPrecHits
Number of precision hits i.e.
VectorBranch< uint8_t > & m_nTrigPhiLayers
Number of trigger hits, i.e.
Muon::NSW_PadTriggerSegment segment(const NSWL1::PadTrigger &data)
bool addBranch(std::shared_ptr< IMuonTesterBranch > branch)
Branch is added to the tree without transferring the ownership.