ATLAS Offline Software
Loading...
Searching...
No Matches
sTgcWireAuxContainer_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#ifndef XAODMUONPREPDATA_VERSIONS_STGCWIREAUXCONTAINER_V1_H
5#define XAODMUONPREPDATA_VERSIONS_STGCWIREAUXCONTAINER_V1_H
6
7#include "Identifier/Identifier.h"
11
12namespace xAOD {
16 public:
19
20 private:
23 std::vector<DetectorIdentType> identifier{};
24 std::vector<DetectorIDHashType> identifierHash{};
25 std::vector<PosAccessor<1>::element_type> localPosition{};
26 std::vector<CovAccessor<1>::element_type> localCovariance{};
28 std::vector<uint8_t> author{};
29 std::vector<uint8_t> gasGap{};
30 std::vector<uint16_t> channelNumber{};
31 std::vector<short int> time{};
32 std::vector<int> charge{};
34};
35} // namespace xAOD
36
37// Set up the StoreGate inheritance for the class:
38#include "xAODCore/BaseInfo.h"
40#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< CovAccessor< 1 >::element_type > localCovariance
std::vector< uint16_t > channelNumber
sTgcWireAuxContainer_v1()
Default constructor.
std::vector< DetectorIdentType > identifier
std::vector< PosAccessor< 1 >::element_type > localPosition
std::vector< DetectorIDHashType > identifierHash
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.