ATLAS Offline Software
Loading...
Searching...
No Matches
RpcStripAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODMUONPREPDATA_VERSIONS_RPCSTRIPAUXCONTAINER_V1_H
6#define XAODMUONPREPDATA_VERSIONS_RPCSTRIPAUXCONTAINER_V1_H
7
8#include "Identifier/Identifier.h"
12
13namespace xAOD {
17 public:
20
21 private:
24 std::vector<DetectorIdentType> identifier{};
25 std::vector<DetectorIDHashType> identifierHash{};
26 std::vector<PosAccessor<1>::element_type> localPosition{};
27 std::vector<CovAccessor<1>::element_type> localCovariance{};
28
29 std::vector<float> time{};
30 std::vector<float> timeCovariance{};
31 std::vector<uint32_t> triggerInfo{}; // FIXME - how big do we need this to be?
32 std::vector<uint8_t> ambiguityFlag{};
33 std::vector<float> timeOverThreshold{};
34
35 std::vector<uint16_t> stripNumber{};
36 std::vector<uint8_t> gasGap{};
37 std::vector<uint8_t> doubletPhi{};
38 std::vector<uint8_t> measPhi{};
40};
41} // namespace xAOD
42
43// Set up the StoreGate inheritance for the class:
44#include "xAODCore/BaseInfo.h"
46#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< DetectorIDHashType > identifierHash
std::vector< CovAccessor< 1 >::element_type > localCovariance
std::vector< PosAccessor< 1 >::element_type > localPosition
RpcStripAuxContainer_v1()
Default constructor.
std::vector< DetectorIdentType > identifier
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.