ATLAS Offline Software
Loading...
Searching...
No Matches
JacobianCartesianToPerigee.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// JacobianCartesianToPerigee.h, (c) ATLAS Detector software
8
9#ifndef TRKEVENTPRIMITIVES_JACOBIANCARTESIANTOPERIGEE_H
10#define TRKEVENTPRIMITIVES_JACOBIANCARTESIANTOPERIGEE_H
11
12//Amg
14//Trk
16
17namespace Trk {
18
29 public:
30 JacobianCartesianToPerigee(const double px, const double py, const double pz, const double E, const double x, const double y, const double z, const double charge );
31 };
32
33} // end of namespace
34
35#endif // TRKEVENTPRIMITIVES_JACOBIANCARTESIANTOPERIGEE_H
36
double charge(const T &p)
Definition AtlasPID.h:997
JacobianCartesianToPerigee(const double px, const double py, const double pz, const double E, const double x, const double y, const double z, const double charge)
Ensure that the ATLAS eigen extensions are properly loaded.
AmgMatrix(3, 3) NeutralParticleParameterCalculator
@ x
Definition ParamDefs.h:55
@ z
global position (cartesian)
Definition ParamDefs.h:57
@ pz
global momentum (cartesian)
Definition ParamDefs.h:61
@ y
Definition ParamDefs.h:56
@ px
Definition ParamDefs.h:59
@ py
Definition ParamDefs.h:60