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
17 
18 namespace Trk {
19 
29  class JacobianPerigeeToCartesian : public AmgMatrix(7,5) {
30  public:
31  JacobianPerigeeToCartesian(const double d0, const double z0, const double phi0, const double theta, const double qOverP, const double mass = ParticleConstants::muonMassInMeV );
33  };
34 
35 } // end of namespace
36 
37 #endif // TRKEVENTPRIMITIVES_JACOBIANPERIGEETOCARTESIAN_H
38 
Trk::AmgMatrix
AmgMatrix(3, 3) NeutralParticleParameterCalculator
Definition: NeutralParticleParameterCalculator.cxx:233
Base_Fragment.mass
mass
Definition: Sherpa_i/share/common/Base_Fragment.py:59
Trk::JacobianPerigeeToCartesian::~JacobianPerigeeToCartesian
~JacobianPerigeeToCartesian()
Definition: JacobianPerigeeToCartesian.h:32
ParticleConstants::PDG2011::muonMassInMeV
constexpr double muonMassInMeV
the mass of the muon (in MeV)
Definition: ParticleConstants.h:29
Trk::z0
@ z0
Definition: ParamDefs.h:64
ParamDefs.h
Trk::JacobianPerigeeToCartesian::JacobianPerigeeToCartesian
JacobianPerigeeToCartesian(const double d0, const double z0, const double phi0, const double theta, const double qOverP, const double mass=ParticleConstants::muonMassInMeV)
Definition: JacobianPerigeeToCartesian.cxx:12
ParticleConstants.h
Trk::theta
@ theta
Definition: ParamDefs.h:66
EventPrimitives.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::d0
@ d0
Definition: ParamDefs.h:63
Trk::qOverP
@ qOverP
perigee
Definition: ParamDefs.h:67
Trk::phi0
@ phi0
Definition: ParamDefs.h:65
Trk::JacobianPerigeeToCartesian
Jacobian for transforming perigee track parameters to the cartesian frame .
Definition: JacobianPerigeeToCartesian.h:29