ATLAS Offline Software
Loading...
Searching...
No Matches
AuxiliaryMeasurementAuxContainer3D_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef XAODAUXILLARYMEASUREMENT_XAODAUXILLARYMEASUREMENTAUXCONTAINER_3D_v1_H
5#define XAODAUXILLARYMEASUREMENT_XAODAUXILLARYMEASUREMENTAUXCONTAINER_3D_v1_H
6
7// System include(s):
8#include <stdint.h>
9#include <vector>
10
11// Core include(s):
12#include "AthLinks/ElementLink.h"
14
15// xAOD include(s):
18
19namespace xAOD {
20
23
24 public:
27
28 private:
29 std::vector<char> calibProjector{};
30 std::vector<PosAccessor<3>::element_type> localPosition{};
31 std::vector<CovAccessor<3>::element_type> localCovariance{};
34 std::vector<ElementLink<TrackSurfaceContainer>> surfaceLink{};
36 };
37} // namespace xAOD
38
39#include "xAODCore/BaseInfo.h"
41
42#endif
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
std::vector< PosAccessor< 3 >::element_type > localPosition
std::vector< ElementLink< TrackSurfaceContainer > > surfaceLink
std::vector< CovAccessor< 3 >::element_type > localCovariance
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.