ATLAS Offline Software
Loading...
Searching...
No Matches
RPCCandDataAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODL0MUONCAND_VERSION_RPCCANDDATAUXCONTAINER_V1_H
6#define XAODL0MUONCAND_VERSION_RPCCANDDATAUXCONTAINER_V1_H
7
8
9#include <array>
10#include <cstdint>
11
13
15
16namespace xAOD {
20 public:
23
24 private:
25 std::vector<uint16_t> eta {};
26 std::vector<uint16_t> phi {};
27 std::vector<uint8_t> pt {};
28 std::vector<uint8_t> threshold {};
29 std::vector<uint8_t> candCharge {};
30 std::vector<uint8_t> mdtFlag {};
31 std::vector<uint16_t> subdetectorId {};
32 std::vector<uint16_t> sectorId {};
33 std::vector<uint16_t> bcTag {};
34 std::vector<uint8_t> coinType {};
35 std::vector<std::array<uint16_t, 4>> zPos {};
36 std::vector<xAOD::ICandData_v1::Quality> candQuality {};
37
38 };
39}
40
41// Set up the StoreGate inheritance for the class:
42#include "xAODCore/BaseInfo.h"
44
45#endif // XAODL0MUONCAND_VERSION_RPCCANDDATAUXCONTAINER_V1_H
46
#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 pixel clusters.
std::vector< xAOD::ICandData_v1::Quality > candQuality
std::vector< std::array< uint16_t, 4 > > zPos
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.