ATLAS Offline Software
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 
10 namespace 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
xAOD::TrackJacobianAuxContainer_v1::TrackJacobianAuxContainer_v1
TrackJacobianAuxContainer_v1()
Definition: TrackJacobianAuxContainer_v1.cxx:7
xAOD::TrackJacobianAuxContainer_v1
Definition: TrackJacobianAuxContainer_v1.h:11
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
SG_BASE
SG_BASE(xAOD::TrackJacobianAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::TrackJacobianAuxContainer_v1::Storage
std::vector< double > Storage
Definition: TrackJacobianAuxContainer_v1.h:15
xAOD::TrackJacobianAuxContainer_v1::jac
std::vector< Storage > jac
Definition: TrackJacobianAuxContainer_v1.h:16