ATLAS Offline Software
JacobianCotThetaPtToThetaP.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 // JacobianCotThetaPtToThetaP.h, (c) ATLAS Detector software
8 
9 #ifndef TRKEVENTPRIMITIVES_JACOBIANCOTTHETAPTTOTHETAP_H
10 #define TRKEVENTPRIMITIVES_JACOBIANCOTTHETAPTTOTHETAP_H
11 
12 // Amg
14 
15 namespace Trk {
16 
42  class JacobianCotThetaPtToThetaP : public AmgMatrix(5,5) {
43 
44  public:
45  JacobianCotThetaPtToThetaP(const double cotTheta, const double qpT);
46  };
47 
48 } // end of namespace
49 
50 #endif // TRKEVENTPRIMITIVES_JACOBIANCOTTHETAPTTOTHETAP_H
51 
52 
Trk::AmgMatrix
AmgMatrix(3, 3) NeutralParticleParameterCalculator
Definition: NeutralParticleParameterCalculator.cxx:233
Trk::JacobianCotThetaPtToThetaP::JacobianCotThetaPtToThetaP
JacobianCotThetaPtToThetaP(const double cotTheta, const double qpT)
Definition: JacobianCotThetaPtToThetaP.cxx:12
EventPrimitives.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::JacobianCotThetaPtToThetaP
Definition: JacobianCotThetaPtToThetaP.h:42
TRT::Track::cotTheta
@ cotTheta
Definition: InnerDetector/InDetCalibEvent/TRT_CalibData/TRT_CalibData/TrackInfo.h:65