ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParametersAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODTRACKING_VERSIONS_TRACKPARAMETERSAUXCONTAINER_V1_H
6#define XAODTRACKING_VERSIONS_TRACKPARAMETERSAUXCONTAINER_V1_H
7
8
9
11namespace xAOD {
13 public:
15 // we use vector instead of array even though the size is fixed
16 // this saves on generating ROOT dictionaries for all array dimensions
17 typedef std::vector<double> Storage;
18 std::vector<Storage> params;
19 std::vector<Storage> covMatrix;
20 };
21}
22
23#include "xAODCore/BaseInfo.h"
25
26
27#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.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.