ATLAS Offline Software
Loading...
Searching...
No Matches
PixelClusterAuxContainer_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 XAODINDETMEASUREMENT_VERSIONS_PIXELCLUSTERAUXCONTAINER_V1_H
6#define XAODINDETMEASUREMENT_VERSIONS_PIXELCLUSTERAUXCONTAINER_V1_H
7
8#include <vector>
9
10#include "Identifier/Identifier.h"
13#include "xAODCore/JaggedVec.h"
16
17namespace xAOD {
21 public:
24
25 private:
28 std::vector<DetectorIdentType> identifier;
29 std::vector<DetectorIDHashType> identifierHash;
30 std::vector<PosAccessor<2>::element_type> localPosition;
31 std::vector<CovAccessor<2>::element_type> localCovariance;
33
36 std::vector<PosAccessor<3>::element_type> globalPosition;
37 AUXVAR_JAGGEDVEC_DECL(Identifier::value_type,rdoList);
38 std::vector<int> channelsInPhi;
39 std::vector<int> channelsInEta;
40 std::vector<float> widthInEta;
42 AUXVAR_JAGGEDVEC_DECL(float,chargeList);
43 std::vector<float> energyLoss;
44 std::vector<int> lvl1a;
46};
47} // namespace xAOD
48
49// Set up the StoreGate inheritance for the class:
50#include "xAODCore/BaseInfo.h"
52
53#endif // XAODINDETMEASUREMENT_VERSIONS_PIXELCLUSTERAUXCONTAINER_V1_H
#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 pixel clusters.
AUXVAR_JAGGEDVEC_DECL(Identifier::value_type, rdoList)
std::vector< PosAccessor< 3 >::element_type > globalPosition
std::vector< PosAccessor< 2 >::element_type > localPosition
std::vector< DetectorIDHashType > identifierHash
std::vector< DetectorIdentType > identifier
AUXVAR_JAGGEDVEC_DECL(float, chargeList)
std::vector< CovAccessor< 2 >::element_type > localCovariance
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.