![]() |
ATLAS Offline Software
|
#include "MeasurementMarkerAlg.h"#include "StoreGate/ReadDecorHandle.h"#include "StoreGate/ReadHandle.h"#include "StoreGate/WriteDecorHandle.h"#include "xAODMuonViews/ContainerDecorator.h"Go to the source code of this file.
Namespaces | |
| namespace | MuonR4 |
| This header ties the generic definitions in this package. | |
Typedefs | |
| using | MuonR4::PrdCont_t = xAOD::UncalibratedMeasurementContainer |
| using | MuonR4::SegLink_t = ElementLink<xAOD::MuonSegmentContainer> |
| using | MuonR4::SegLinkVec_t = std::vector<SegLink_t> |
| using | MuonR4::PrdLink_t = ElementLink<PrdCont_t> |
| using | MuonR4::PrdLinkVec_t = std::vector<PrdLink_t> |
| using | MuonR4::MarkerHandle_t = xAOD::ContainerDecorator<PrdCont_t, std::uint8_t> |
| using | MuonR4::LinkHandle_t = xAOD::ContainerDecorator<PrdCont_t, SegLinkVec_t> |
| using | MuonR4::WriteDecorKey_t = SG::WriteDecorHandleKey<xAOD::UncalibratedMeasurementContainer> |