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"
15
16namespace xAOD {
20 public:
23
24 private:
27
28 std::vector < std::vector< DetectorIDHashType > > elementIdList;
29 std::vector < std::array < float, 3 > > globalPosition;
30 std::vector < float > radius;
31 std::vector < float > varianceR;
32 std::vector < float > varianceZ;
33
35 };
36
37}
38
39// Set up the StoreGate inheritance for the class:
40#include "xAODCore/BaseInfo.h"
42
43#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< std::array< float, 3 > > globalPosition
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.