ATLAS Offline Software
Loading...
Searching...
No Matches
SpacePointAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODINDETMEASUREMENT_VERSIONS_SPACEPOINTAUXCONTAINER_V1_H
6#define XAODINDETMEASUREMENT_VERSIONS_SPACEPOINTAUXCONTAINER_V1_H
7
8#include <vector>
9#include <array>
10
13#include "Identifier/Identifier.h"
16
17namespace xAOD {
21 public:
24
25 private:
28
29 std::vector < std::vector< DetectorIDHashType > > elementIdList;
30 std::vector < xAOD::ArrayFloat3 > globalPosition;
31 std::vector < float > radius;
32 std::vector < float > varianceR;
33 std::vector < float > varianceZ;
34
36 };
37
38}
39
40// Set up the StoreGate inheritance for the class:
41#include "xAODCore/BaseInfo.h"
43
44#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 space point.
std::vector< std::vector< DetectorIDHashType > > elementIdList
std::vector< xAOD::ArrayFloat3 > globalPosition
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.