ATLAS Offline Software
Loading...
Searching...
No Matches
JacobianCartesianToPolar.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// JacobianCartesianToPolar.h, c) ATLAS Detector software
8
9#ifndef TRKEVENTPRIMITIVES_JACOBIANCARTESIANTOPOLAR_H
10#define TRKEVENTPRIMITIVES_JACOBIANCARTESIANTOPOLAR_H
11
12// Amg
14//Trk
16
17namespace Trk {
18
30 class JacobianCartesianToPolar : public AmgMatrix(5,5) {
31 public:
32 JacobianCartesianToPolar(const double lx, const double ly);
34 };
35
36} // end of namespace
37
38#endif // TRKEVENTPRIMITIVES_JACOBIANCARTESIANTOPOLAR_H
39
40
JacobianCartesianToPolar(const double lx, const double ly)
Ensure that the ATLAS eigen extensions are properly loaded.
AmgMatrix(3, 3) NeutralParticleParameterCalculator