ATLAS Offline Software
Loading...
Searching...
No Matches
TrackJacobianAuxContainer_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#ifndef XAODTRACKING_VERSIONS_TRACKJACOBIANAUXCONTAINER_V1_H
5#define XAODTRACKING_VERSIONS_TRACKJACOBIANAUXCONTAINER_V1_H
6
7
8
10namespace xAOD {
12 public:
14 // see commend about storage in TrackParameters
15 typedef std::vector<double> Storage;
16 std::vector<Storage> jac;
17 };
18}
19
20#include "xAODCore/BaseInfo.h"
22
23
24#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.