ATLAS Offline Software
Loading...
Searching...
No Matches
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
18namespace Trk {
19
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
A number of constexpr particle constants to avoid hardcoding them directly in various places.
JacobianPerigeeToCartesian(const double d0, const double z0, const double phi0, const double theta, const double qOverP, const double mass=ParticleConstants::muonMassInMeV)
constexpr double muonMassInMeV
the mass of the muon (in MeV)
Ensure that the ATLAS eigen extensions are properly loaded.
AmgMatrix(3, 3) NeutralParticleParameterCalculator
@ phi0
Definition ParamDefs.h:65
@ theta
Definition ParamDefs.h:66
@ qOverP
perigee
Definition ParamDefs.h:67
@ d0
Definition ParamDefs.h:63
@ z0
Definition ParamDefs.h:64