![]() |
ATLAS Offline Software
|
Helper struct to ship the data containers across the methods. More...
#include <MuonCreatorAlg.h>
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. | |
Helper struct to ship the data containers across the methods.
Definition at line 38 of file MuonSpectrometer/MuonPhaseII/MuonIdentification/MuonCombinedAlgsR4/src/MuonCreatorAlg.h.
Define the muon container type.
Definition at line 40 of file MuonSpectrometer/MuonPhaseII/MuonIdentification/MuonCombinedAlgsR4/src/MuonCreatorAlg.h.
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.
| using MuonCombinedR4::MuonCreatorAlg::DataShip::TagVec_t = std::vector<const MuonR4::MuonTag*> |
Abrivation a vector of tags.
Definition at line 46 of file MuonSpectrometer/MuonPhaseII/MuonIdentification/MuonCombinedAlgsR4/src/MuonCreatorAlg.h.
| 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.
| MuonCont_t MuonCombinedR4::MuonCreatorAlg::DataShip::muons {} |
The output muon container handle.
Definition at line 44 of file MuonSpectrometer/MuonPhaseII/MuonIdentification/MuonCombinedAlgsR4/src/MuonCreatorAlg.h.
| 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.