ATLAS Offline Software
Loading...
Searching...
No Matches
RpcStrip2DAuxContainer_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_BIRPCSTRIPAUXCONTAINER_V1_H
6#define XAODMUONPREPDATA_VERSIONS_BIRPCSTRIPAUXCONTAINER_V1_H
7
8#include "Identifier/Identifier.h"
12
13namespace xAOD {
17 public:
20
21 private:
24 std::vector<DetectorIDHashType> identifierHash{};
25 std::vector<PosAccessor<2>::element_type> localPosition{};
26 std::vector<CovAccessor<2>::element_type> localCovariance{};
27
28 std::vector<float> time{};
29 std::vector<float> timeCovariance{};
30 std::vector<std::uint32_t> triggerInfo{}; // FIXME - how big do we need this to be?
31 std::vector<std::uint8_t> ambiguityFlag{};
32 std::vector<float> timeOverThreshold{};
33
34 std::vector<std::uint16_t> channelNumber{};
35 std::vector<std::uint8_t> gasGap{};
36 std::vector<std::uint8_t> doubletPhi{};
38};
39} // namespace xAOD
40
41// Set up the StoreGate inheritance for the class:
42#include "xAODCore/BaseInfo.h"
44#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.
Auxiliary store for Mdt drift circles.
std::vector< std::uint32_t > triggerInfo
std::vector< DetectorIDHashType > identifierHash
std::vector< std::uint8_t > doubletPhi
std::vector< PosAccessor< 2 >::element_type > localPosition
std::vector< CovAccessor< 2 >::element_type > localCovariance
std::vector< std::uint16_t > channelNumber
std::vector< std::uint8_t > ambiguityFlag
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.