ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MuonInDetToMuonSystemExtensionAlg::MuidCoCache Struct Reference

Helper struct to cache the MuidCo track and it's associated segments while keeping the association InDetCandidate <– > muidCo Tag. More...

Collaboration diagram for MuonInDetToMuonSystemExtensionAlg::MuidCoCache:

Public Member Functions

 MuidCoCache (const MuonCombined::InDetCandidate *_id, const MuonCombined::CombinedFitTag *_cb)
 

Public Attributes

const MuonCombined::InDetCandidateid_trk {nullptr}
 
const MuonCombined::CombinedFitTagcmb_trk {nullptr}
 

Detailed Description

Helper struct to cache the MuidCo track and it's associated segments while keeping the association InDetCandidate <– > muidCo Tag.

Definition at line 71 of file MuonInDetToMuonSystemExtensionAlg.h.

Constructor & Destructor Documentation

◆ MuidCoCache()

MuonInDetToMuonSystemExtensionAlg::MuidCoCache::MuidCoCache ( const MuonCombined::InDetCandidate _id,
const MuonCombined::CombinedFitTag _cb 
)
inline

Definition at line 74 of file MuonInDetToMuonSystemExtensionAlg.h.

74 : id_trk{_id}, cmb_trk{_cb} {}

Member Data Documentation

◆ cmb_trk

const MuonCombined::CombinedFitTag* MuonInDetToMuonSystemExtensionAlg::MuidCoCache::cmb_trk {nullptr}

Definition at line 73 of file MuonInDetToMuonSystemExtensionAlg.h.

◆ id_trk

const MuonCombined::InDetCandidate* MuonInDetToMuonSystemExtensionAlg::MuidCoCache::id_trk {nullptr}

Definition at line 72 of file MuonInDetToMuonSystemExtensionAlg.h.


The documentation for this struct was generated from the following file:
MuonInDetToMuonSystemExtensionAlg::MuidCoCache::id_trk
const MuonCombined::InDetCandidate * id_trk
Definition: MuonInDetToMuonSystemExtensionAlg.h:72
MuonInDetToMuonSystemExtensionAlg::MuidCoCache::cmb_trk
const MuonCombined::CombinedFitTag * cmb_trk
Definition: MuonInDetToMuonSystemExtensionAlg.h:73