ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCombinedInDetCandidateAlg::InDetCandidateCache Struct Reference
Collaboration diagram for MuonCombinedInDetCandidateAlg::InDetCandidateCache:

Public Attributes

const xAOD::TrackParticleContainerinDetContainer {nullptr}
 Track particle container.
const CaloExtensionCollectionextensionContainer {nullptr}
 Cache of the CaloExtensions.
bool flagAsSAF {false}
 Flag the candidates as sillicion forward associated.
std::unique_ptr< InDetCandidateCollectionoutputContainer = std::make_unique<InDetCandidateCollection>(SG::OWN_ELEMENTS)
 Output container for the StoreGate.
const Trk::ITrackSelectorTooltrackSelector {nullptr}
 Corresponding track selector.

Detailed Description

Definition at line 51 of file MuonCombinedInDetCandidateAlg.h.

Member Data Documentation

◆ extensionContainer

const CaloExtensionCollection* MuonCombinedInDetCandidateAlg::InDetCandidateCache::extensionContainer {nullptr}

Cache of the CaloExtensions.

Definition at line 55 of file MuonCombinedInDetCandidateAlg.h.

55{nullptr};

◆ flagAsSAF

bool MuonCombinedInDetCandidateAlg::InDetCandidateCache::flagAsSAF {false}

Flag the candidates as sillicion forward associated.

Definition at line 57 of file MuonCombinedInDetCandidateAlg.h.

57{false};

◆ inDetContainer

const xAOD::TrackParticleContainer* MuonCombinedInDetCandidateAlg::InDetCandidateCache::inDetContainer {nullptr}

Track particle container.

Definition at line 53 of file MuonCombinedInDetCandidateAlg.h.

53{nullptr};

◆ outputContainer

std::unique_ptr<InDetCandidateCollection> MuonCombinedInDetCandidateAlg::InDetCandidateCache::outputContainer = std::make_unique<InDetCandidateCollection>(SG::OWN_ELEMENTS)

Output container for the StoreGate.

Definition at line 59 of file MuonCombinedInDetCandidateAlg.h.

◆ trackSelector

const Trk::ITrackSelectorTool* MuonCombinedInDetCandidateAlg::InDetCandidateCache::trackSelector {nullptr}

Corresponding track selector.

Definition at line 61 of file MuonCombinedInDetCandidateAlg.h.

61{nullptr};

The documentation for this struct was generated from the following file: