ATLAS Offline Software
Loading...
Searching...
No Matches
PixelClusterAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 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"
14
15namespace xAOD {
19 public:
22
23 private:
26 std::vector<DetectorIdentType> identifier;
27 std::vector<DetectorIDHashType> identifierHash;
28 std::vector<PosAccessor<2>::element_type> localPosition;
29 std::vector<CovAccessor<2>::element_type> localCovariance;
31
34 std::vector<PosAccessor<3>::element_type> globalPosition;
35 std::vector<std::vector<Identifier::value_type> > rdoList;
36 std::vector<int> channelsInPhi;
37 std::vector<int> channelsInEta;
38 std::vector<float> widthInEta;
39 std::vector<std::vector<int> > totList;
40 std::vector<int> totalToT;
41 std::vector<std::vector<float> > chargeList;
42 std::vector<float> totalCharge;
43 std::vector<float> energyLoss;
44 std::vector<char> isSplit;
45 std::vector<float> splitProbability1;
46 std::vector<float> splitProbability2;
47 std::vector<int> lvl1a;
49};
50} // namespace xAOD
51
52// Set up the StoreGate inheritance for the class:
53#include "xAODCore/BaseInfo.h"
55
56#endif // XAODINDETMEASUREMENT_VERSIONS_PIXELCLUSTERAUXCONTAINER_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 pixel clusters.
std::vector< std::vector< Identifier::value_type > > rdoList
std::vector< PosAccessor< 3 >::element_type > globalPosition
std::vector< PosAccessor< 2 >::element_type > localPosition
std::vector< DetectorIDHashType > identifierHash
std::vector< std::vector< int > > totList
std::vector< DetectorIdentType > identifier
std::vector< std::vector< float > > chargeList
std::vector< CovAccessor< 2 >::element_type > localCovariance
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.