ATLAS Offline Software
P4JacobianPxPyPzE2EEtaPhiM.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 P4JacobianPxPyPzE2EEtaPhiM_H
6 #define P4JacobianPxPyPzE2EEtaPhiM_H
7 
8 #include "CLHEP/Matrix/Matrix.h"
9 
10 class P4JacobianPxPyPzE2EEtaPhiM : public CLHEP::HepMatrix {
11 public:
12 
13  P4JacobianPxPyPzE2EEtaPhiM( double px, double py, double pz, double E);
14 
15 };
16 
17 #endif
test_pyathena.px
px
Definition: test_pyathena.py:18
Amg::pz
@ pz
Definition: GeoPrimitives.h:40
P4JacobianPxPyPzE2EEtaPhiM
Definition: P4JacobianPxPyPzE2EEtaPhiM.h:10
Amg::py
@ py
Definition: GeoPrimitives.h:39
VP1PartSpect::E
@ E
Definition: VP1PartSpectFlags.h:21
P4JacobianPxPyPzE2EEtaPhiM::P4JacobianPxPyPzE2EEtaPhiM
P4JacobianPxPyPzE2EEtaPhiM(double px, double py, double pz, double E)
Definition: P4JacobianPxPyPzE2EEtaPhiM.cxx:10