ATLAS Offline Software
JacobianPerigeeToCartesian.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 // JacobianPerigeeToCartesian.h, (c) ATLAS Detector software
8 
9 #ifndef TRKEVENTPRIMITIVES_JACOBIANPERIGEETOCARTESIAN_H
10 #define TRKEVENTPRIMITIVES_JACOBIANPERIGEETOCARTESIAN_H
11 
12 //Amg
14 //Trk
16 
17 namespace Trk {
18 
28  class JacobianPerigeeToCartesian : public AmgMatrix(7,5) {
29  public:
30  JacobianPerigeeToCartesian(const double d0, const double z0, const double phi0, const double theta, const double qOverP, const double mass = 105.6583692 );
32  };
33 
34 } // end of namespace
35 
36 #endif // TRKEVENTPRIMITIVES_JACOBIANPERIGEETOCARTESIAN_H
37 
Trk::AmgMatrix
AmgMatrix(3, 3) NeutralParticleParameterCalculator
Definition: NeutralParticleParameterCalculator.cxx:233
Trk::JacobianPerigeeToCartesian::~JacobianPerigeeToCartesian
~JacobianPerigeeToCartesian()
Definition: JacobianPerigeeToCartesian.h:31
Trk::z0
@ z0
Definition: ParamDefs.h:70
ParamDefs.h
dqt_zlumi_pandas.mass
mass
Definition: dqt_zlumi_pandas.py:170
Trk::theta
@ theta
Definition: ParamDefs.h:72
EventPrimitives.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::d0
@ d0
Definition: ParamDefs.h:69
Trk::JacobianPerigeeToCartesian::JacobianPerigeeToCartesian
JacobianPerigeeToCartesian(const double d0, const double z0, const double phi0, const double theta, const double qOverP, const double mass=105.6583692)
Definition: JacobianPerigeeToCartesian.cxx:12
Trk::qOverP
@ qOverP
perigee
Definition: ParamDefs.h:73
Trk::phi0
@ phi0
Definition: ParamDefs.h:71
Trk::JacobianPerigeeToCartesian
Jacobian for transforming perigee track parameters to the cartesian frame .
Definition: JacobianPerigeeToCartesian.h:28