ATLAS Offline Software
Loading...
Searching...
No Matches
P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef FOURMOM_P5JACOBIAND0Z0PHITHETAQOVERP2D0Z0PHIETAP_H
6#define FOURMOM_P5JACOBIAND0Z0PHITHETAQOVERP2D0Z0PHIETAP_H
7/********************************************************************
8NAME: P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP.h
9PACKAGE: offline/Event/FourMom
10AUTHORS: T. Cuhadar Donszelmann
11CREATED: May 2009
12PURPOSE: Jacobian to transfrom trk perigee parameters (d0,z0,phi,theta,E) to (d0,z0,phi,eta,p)
13UPDATED:
14********************************************************************/
15#include "CLHEP/Matrix/Matrix.h"
16
17class P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP : public CLHEP::HepMatrix {
18 public:
19 P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP(const double phi, const int charge, const double momentum);
21};
22
23
24#endif
25
Scalar phi() const
phi method
double charge(const T &p)
Definition AtlasPID.h:997
P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP(const double phi, const int charge, const double momentum)