ATLAS Offline Software
Loading...
Searching...
No Matches
TGCCandDataAuxContainer_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_TGCCANDDATAUXCONTAINER_V1_H
6#define XAODL0MUONCAND_VERSION_TGCCANDDATAUXCONTAINER_V1_H
7
8#include <vector>
9
12
13namespace xAOD {
17 public:
20
21 private:
22 std::vector<uint16_t> eta {};
23 std::vector<uint16_t> phi {};
24 std::vector<uint8_t> pt {};
25 std::vector<uint8_t> threshold {};
26 std::vector<uint8_t> candCharge {};
27 std::vector<uint8_t> mdtFlag {};
28 std::vector<uint16_t> subdetectorId {};
29 std::vector<uint16_t> sectorId {};
30 std::vector<uint16_t> bcTag {};
31 std::vector<uint8_t> coinType {};
32 std::vector<float> deltaPhi {};
33 std::vector<float> deltaTheta {};
34 std::vector<uint32_t> nswSegment {};
35 std::vector<xAOD::ICandData_v1::Quality> candQuality {};
36
37 };
38}
39
40// Set up the StoreGate inheritance for the class:
41#include "xAODCore/BaseInfo.h"
43
44#endif // XAODL0MUONCAND_VERSION_TGCCANDDATAUXCONTAINER_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 TGC candidate data.
std::vector< xAOD::ICandData_v1::Quality > candQuality
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.