ATLAS Offline Software
Loading...
Searching...
No Matches
MDTCandDataAuxContainer_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 XAODL0MUONCAND_VERSION_MDTCANDDATAUXCONTAINER_V1_H
6#define XAODL0MUONCAND_VERSION_MDTCANDDATAUXCONTAINER_V1_H
7
8#include <vector>
9
12
13namespace xAOD {
17 public:
20
21 private:
22 // RPC/TGC candidate data (from ICandData interface)
23 std::vector<uint16_t> eta {};
24 std::vector<uint16_t> phi {};
25 std::vector<uint8_t> pt {};
26 std::vector<uint8_t> threshold {};
27 std::vector<uint8_t> candCharge {};
28 std::vector<uint8_t> mdtFlag {};
29 std::vector<uint16_t> subdetectorId {};
30 std::vector<uint16_t> sectorId {};
31 std::vector<uint16_t> bcTag {};
32 std::vector<uint8_t> coinType {};
33
34 // MDT-specific data
35 std::vector<uint8_t> numSegments {};
36 std::vector<uint8_t> segmentQualityFlag {};
37 std::vector<uint8_t> slCharge {};
38 std::vector<uint8_t> slPtThreshold {};
39 std::vector<uint8_t> slPhiPosition {};
40 std::vector<uint8_t> tcIdentifier {};
41
42 };
43}
44
45// Set up the StoreGate inheritance for the class:
46#include "xAODCore/BaseInfo.h"
48
49#endif // XAODL0MUONCAND_VERSION_MDTCANDDATAUXCONTAINER_V1_H
#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 candidate data.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.