ATLAS Offline Software
JacobianThetaPToCotThetaPt.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 // JacobianThetaPToCotThetaPt.h, (c) ATLAS Detector software
8 
9 #ifndef TRKEVENTPRIMITIVES_JACOBIANTHETAPTOCOTTHETAPT_H
10 #define TRKEVENTPRIMITIVES_JACOBIANTHETAPTOCOTTHETAPT_H
11 
13 
14 namespace Trk {
15 
41  class JacobianThetaPToCotThetaPt : public AmgMatrix(5,5) {
42  public:
43  JacobianThetaPToCotThetaPt(const double theta, const double qp);
44  };
45 
46 } // end of namespace
47 
48 #endif // TRKEVENTPRIMITIVES_JACOBIANTHETAPTOCOTTHETAPT_H
49 
50 
Trk::AmgMatrix
AmgMatrix(3, 3) NeutralParticleParameterCalculator
Definition: NeutralParticleParameterCalculator.cxx:233
Trk::theta
@ theta
Definition: ParamDefs.h:72
EventPrimitives.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::JacobianThetaPToCotThetaPt::JacobianThetaPToCotThetaPt
JacobianThetaPToCotThetaPt(const double theta, const double qp)
Definition: JacobianThetaPToCotThetaPt.cxx:12
Trk::JacobianThetaPToCotThetaPt
Definition: JacobianThetaPToCotThetaPt.h:41