ATLAS Offline Software
Loading...
Searching...
No Matches
JacobianThetaPToCotThetaPt.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
6// JacobianThetaPToCotThetaPt, (c) ATLAS Detector software
8
10#include <cmath>
11
13 AmgMatrix(5,5)()
14{
15 // initialize to zero
16 this->setIdentity();
17
18 double sintheta = std::sin(theta);
19 (*this)(3,3) = - 1./(sintheta*sintheta);
20 (*this)(4,3) = - qp * std::cos(theta)/(sintheta*sintheta);
21 (*this)(4,4) = 1.0 / sintheta;
22}
JacobianThetaPToCotThetaPt(const double theta, const double qp)
AmgMatrix(3, 3) NeutralParticleParameterCalculator
@ theta
Definition ParamDefs.h:66