ATLAS Offline Software
Loading...
Searching...
No Matches
HGTDClusterAuxContainer_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
6#ifndef XAODINDETMEASUREMENT_HGTDCLUSTERAUXCONTAINER_V1_H
7#define XAODINDETMEASUREMENT_HGTDCLUSTERAUXCONTAINER_V1_H
8
9#include <vector>
10
11#include "Identifier/Identifier.h"
14#include "xAODCore/JaggedVec.h"
17
18
19namespace xAOD {
22 public:
25
26 private:
29 std::vector<DetectorIdentType> identifier;
30 std::vector<DetectorIDHashType> identifierHash;
31 std::vector<PosAccessor<3>::element_type> localPosition;
32 std::vector<CovAccessor<3>::element_type> localCovariance;
34
37 AUXVAR_JAGGEDVEC_DECL(Identifier::value_type,rdoList);
39
40 };
41}
42
43// Set up the StoreGate inheritance for the class:
44#include "xAODCore/BaseInfo.h"
46
47
48#endif // XAODINDETMEASUREMENT_HGTDCLUSTERAUXCONTAINER_V1_H
49
#define SG_BASE(D, B)
Declare that class D derives from class B.
Auxiliary variable type allowing storage as a jagged vector. That is, the payloads for all the DataVe...
Helper class to provide type-safe access to aux data, specialized for JaggedVecElt.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Auxiliary store for HGTD clusters.
std::vector< DetectorIDHashType > identifierHash
AUXVAR_JAGGEDVEC_DECL(Identifier::value_type, rdoList)
std::vector< CovAccessor< 3 >::element_type > localCovariance
std::vector< DetectorIdentType > identifier
std::vector< PosAccessor< 3 >::element_type > localPosition
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.