ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCombinedR4::MuonCreatorAlg::DataShip Struct Reference

Helper struct to ship the data containers across the methods. More...

#include <MuonCreatorAlg.h>

Collaboration diagram for MuonCombinedR4::MuonCreatorAlg::DataShip:

Public Types

using MuonCont_t
 Define the muon container type.
using TagVec_t = std::vector<const MuonR4::MuonTag*>
 Abrivation a vector of tags.
using TagMap_t
 Group the muon tags by the associated ID track Later apply an ordering according to the author.

Public Attributes

MuonCont_t muons {}
 The output muon container handle.
TagMap_t combinedTags {}
 Collect all Muon tags with an ID track to form proper combined reconstruction.
TagVec_t standaloneTags {}
 The vector of all muon tags without an associated ID track (I.e.

Detailed Description

Helper struct to ship the data containers across the methods.

Definition at line 38 of file MuonSpectrometer/MuonPhaseII/MuonIdentification/MuonCombinedAlgsR4/src/MuonCreatorAlg.h.

Member Typedef Documentation

◆ MuonCont_t

Initial value:
MuonAuxContainer_v5 MuonAuxContainer
Definition of the current Muon auxiliary container.
MuonContainer_v1 MuonContainer
Definition of the current "Muon container version".

Define the muon container type.

Definition at line 40 of file MuonSpectrometer/MuonPhaseII/MuonIdentification/MuonCombinedAlgsR4/src/MuonCreatorAlg.h.

◆ TagMap_t

Initial value:
std::map<const xAOD::TrackParticle*,
TrackParticle_v1 TrackParticle
Reference the current persistent version:
Auxiliary class to sort the particles by momentum First sorting is by pt, then eta and finally by phi...

Group the muon tags by the associated ID track Later apply an ordering according to the author.

Definition at line 49 of file MuonSpectrometer/MuonPhaseII/MuonIdentification/MuonCombinedAlgsR4/src/MuonCreatorAlg.h.

◆ TagVec_t

Member Data Documentation

◆ combinedTags

TagMap_t MuonCombinedR4::MuonCreatorAlg::DataShip::combinedTags {}

Collect all Muon tags with an ID track to form proper combined reconstruction.

Definition at line 54 of file MuonSpectrometer/MuonPhaseII/MuonIdentification/MuonCombinedAlgsR4/src/MuonCreatorAlg.h.

54{};

◆ muons

MuonCont_t MuonCombinedR4::MuonCreatorAlg::DataShip::muons {}

The output muon container handle.

Definition at line 44 of file MuonSpectrometer/MuonPhaseII/MuonIdentification/MuonCombinedAlgsR4/src/MuonCreatorAlg.h.

44{};

◆ standaloneTags

TagVec_t MuonCombinedR4::MuonCreatorAlg::DataShip::standaloneTags {}

The vector of all muon tags without an associated ID track (I.e.

the standalone MS reconstruction chain)

Definition at line 57 of file MuonSpectrometer/MuonPhaseII/MuonIdentification/MuonCombinedAlgsR4/src/MuonCreatorAlg.h.

57{};

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