ATLAS Offline Software
P4JacobianEEtaPhiM2PxPyPzE.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 P4JacobianEEtaPhiM2PxPyPzE_H
6 #define P4JacobianEEtaPhiM2PxPyPzE_H
7 
8 #include "CLHEP/Matrix/Matrix.h"
9 
10 class P4JacobianEEtaPhiM2PxPyPzE : public CLHEP::HepMatrix {
11 public:
12 
13  P4JacobianEEtaPhiM2PxPyPzE( double E, double eta, double phi, double M);
14 
15 };
16 
17 #endif
phi
Scalar phi() const
phi method
Definition: AmgMatrixBasePlugin.h:64
eta
Scalar eta() const
pseudorapidity method
Definition: AmgMatrixBasePlugin.h:79
P4JacobianEEtaPhiM2PxPyPzE
Definition: P4JacobianEEtaPhiM2PxPyPzE.h:10
VP1PartSpect::E
@ E
Definition: VP1PartSpectFlags.h:21
P4JacobianEEtaPhiM2PxPyPzE::P4JacobianEEtaPhiM2PxPyPzE
P4JacobianEEtaPhiM2PxPyPzE(double E, double eta, double phi, double M)
Definition: P4JacobianEEtaPhiM2PxPyPzE.cxx:10