ATLAS Offline Software
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 /********************************************************************
8 NAME: P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP.h
9 PACKAGE: offline/Event/FourMom
10 AUTHORS: T. Cuhadar Donszelmann
11 CREATED: May 2009
12 PURPOSE: Jacobian to transfrom trk perigee parameters (d0,z0,phi,theta,E) to (d0,z0,phi,eta,p)
13 UPDATED:
14 ********************************************************************/
15 #include "CLHEP/Matrix/Matrix.h"
16 
17 class P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP : public CLHEP::HepMatrix {
18  public:
19  P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP(const double phi, const int charge, const double momentum);
21 };
22 
23 
24 #endif
25 
phi
Scalar phi() const
phi method
Definition: AmgMatrixBasePlugin.h:64
P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP
Definition: P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP.h:17
P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP::P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP
P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP(const double phi, const int charge, const double momentum)
Definition: P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP.cxx:10
ParticleGun_EoverP_Config.momentum
momentum
Definition: ParticleGun_EoverP_Config.py:63
charge
double charge(const T &p)
Definition: AtlasPID.h:494
P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP::~P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP
~P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP()
Definition: P5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP.h:27