ATLAS Offline Software
Loading...
Searching...
No Matches
P4JacobianEEtaPhiM2PtEtaPhiM.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 P4JacobianEEtaPhiM2PtEtaPhiM_H
6#define P4JacobianEEtaPhiM2PtEtaPhiM_H
7
8#include "CLHEP/Matrix/Matrix.h"
9
10class P4JacobianEEtaPhiM2PtEtaPhiM : public CLHEP::HepMatrix {
11public:
12
13 P4JacobianEEtaPhiM2PtEtaPhiM( double E, double eta, double phi, double M);
14
15};
16
17#endif
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
P4JacobianEEtaPhiM2PtEtaPhiM(double E, double eta, double phi, double M)