ATLAS Offline Software
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 
17 namespace 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 
Trk::AmgMatrix
AmgMatrix(3, 3) NeutralParticleParameterCalculator
Definition: NeutralParticleParameterCalculator.cxx:233
Trk::JacobianCartesianToPolar::JacobianCartesianToPolar
JacobianCartesianToPolar(const double lx, const double ly)
Definition: JacobianCartesianToPolar.cxx:12
ParamDefs.h
Trk::JacobianCartesianToPolar::~JacobianCartesianToPolar
~JacobianCartesianToPolar()
Definition: JacobianCartesianToPolar.h:33
Trk::JacobianCartesianToPolar
Definition: JacobianCartesianToPolar.h:30
EventPrimitives.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9