ATLAS Offline Software
Loading...
Searching...
No Matches
MMClusterAuxContainer_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_MMCLUSTERAUXCONTAINER_V1_H
6#define XAODMUONPREPDATA_VERSIONS_MMCLUSTERAUXCONTAINER_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<uint8_t> gasGap{};
30 std::vector<uint16_t> channelNumber{};
31
32 std::vector<uint16_t> time{};
33 std::vector<uint32_t> charge{};
34 std::vector<float> driftDist{};
35 std::vector<float> angle{};
36 std::vector<float> chiSqProb{};
37 std::vector<short> author{};
38 std::vector<uint8_t> quality{};
39
40 std::vector<std::vector<uint16_t>> stripNumbers{};
41 std::vector<std::vector<int16_t>> stripTimes{};
42 std::vector<std::vector<int>> stripCharges{};
43 std::vector<std::vector<float>> stripDriftDist{};
44 std::vector<std::vector<PosAccessor<2>::element_type>> stripDriftErrors{};
46};
47} // namespace xAOD
48
49// Set up the StoreGate inheritance for the class:
50#include "xAODCore/BaseInfo.h"
52#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< PosAccessor< 1 >::element_type > localPosition
std::vector< std::vector< float > > stripDriftDist
std::vector< CovAccessor< 1 >::element_type > localCovariance
std::vector< std::vector< int16_t > > stripTimes
std::vector< DetectorIDHashType > identifierHash
std::vector< DetectorIdentType > identifier
std::vector< std::vector< uint16_t > > stripNumbers
std::vector< std::vector< int > > stripCharges
std::vector< std::vector< PosAccessor< 2 >::element_type > > stripDriftErrors
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.