ATLAS Offline Software
JacobianPhiThetaQoverPToPxyz.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 // JacobianPhiThetaQoverPToPxyz.h, (c) ATLAS Detector software
8 
9 #ifndef TRKEVENTPRIMITIVES_JACOBIANPHITHETAQOVERPTOPXYZ_H
10 #define TRKEVENTPRIMITIVES_JACOBIANPHITHETAQOVERPTOPXYZ_H
11 
12 //Amg
14 //Trk
16 
17 namespace Trk {
18 
37  public:
38  JacobianPhiThetaQoverPToPxyz(const double phi, const double theta, const double QoverP);
40  };
41 
42 } // end of namespace
43 
44 #endif // TRKEVENTPRIMITIVES_JACOBIANPHITHETAQOVERPTOPXYZ_H
45 
46 
Trk::AmgMatrix
AmgMatrix(3, 3) NeutralParticleParameterCalculator
Definition: NeutralParticleParameterCalculator.cxx:233
Trk::JacobianPhiThetaQoverPToPxyz::~JacobianPhiThetaQoverPToPxyz
~JacobianPhiThetaQoverPToPxyz()
Definition: JacobianPhiThetaQoverPToPxyz.h:39
ParamDefs.h
Trk::theta
@ theta
Definition: ParamDefs.h:72
Trk::JacobianPhiThetaQoverPToPxyz::JacobianPhiThetaQoverPToPxyz
JacobianPhiThetaQoverPToPxyz(const double phi, const double theta, const double QoverP)
Definition: JacobianPhiThetaQoverPToPxyz.cxx:12
EventPrimitives.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::phi
@ phi
Definition: ParamDefs.h:81
Trk::JacobianPhiThetaQoverPToPxyz
Definition: JacobianPhiThetaQoverPToPxyz.h:36