ATLAS Offline Software
Loading...
Searching...
No Matches
CombinedMuonStripAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODMUONPREPDATA_VERSIONS_COMBINEDMUONSTRIPAUXCONTAINER_V1_H
6#define XAODMUONPREPDATA_VERSIONS_COMBINEDMUONSTRIPAUXCONTAINER_V1_H
7
8
11#include "AthLinks/ElementLink.h"
12
13namespace xAOD {
17 public:
22
24 std::vector<Link_t> MuonStripLink1{};
25 std::vector<Link_t> MuonStripLink2{};
26 std::vector<PosAccessor<2>::element_type> localPosition{};
27 std::vector<CovAccessor<2>::element_type> localCovariance{};
28
29 };
30}
31// Set up the StoreGate inheritance for the class:
32#include "xAODCore/BaseInfo.h"
34#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< CovAccessor< 2 >::element_type > localCovariance
virtual ~CombinedMuonStripAuxContainer_v1()=default
virtual destructor
ElementLink< xAOD::MuonMeasurementContainer > Link_t
std::vector< PosAccessor< 2 >::element_type > localPosition
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.