ATLAS Offline Software
Loading...
Searching...
No Matches
P4ErrorTransforms.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef P4ErrorTransforms_H
6#define P4ErrorTransforms_H
7#include <memory>
10
12
13std::unique_ptr<ErrorMatrixEEtaPhiM> toEEtaPhiM( const ErrorMatrixPxPyPzE& em,
14 double px, double py, double pz, double E);
15std::unique_ptr<ErrorMatrixPxPyPzE> toPxPyPzE( const ErrorMatrixEEtaPhiM& em,
16 double E, double eta, double phi, double M);
17
18}
19
20
21#endif
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
std::unique_ptr< ErrorMatrixPxPyPzE > toPxPyPzE(const ErrorMatrixEEtaPhiM &em, double E, double eta, double phi, double M)
std::unique_ptr< ErrorMatrixEEtaPhiM > toEEtaPhiM(const ErrorMatrixPxPyPzE &em, double px, double py, double pz, double E)