ATLAS Offline Software
Loading...
Searching...
No Matches
ErrorMatrixPtEtaPhiM.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 ErrorMatrixPtEtaPhiM_H
6#define ErrorMatrixPtEtaPhiM_H
7
8#include "ErrorMatrixBase.h"
9
10#include <cmath>
11
12class ErrorMatrixPtEtaPhiM : private ErrorMatrixBase< ErrorMatrixPtEtaPhiM> {
13public:
14
16
18 enum Index {ipt=0,ieta=1,iphi=2,im=3};
19
22
24 ErrorMatrixPtEtaPhiM( const CLHEP::HepSymMatrix& mat);
25
26 using Base::operator();
27
28
29};
30
31#endif
ErrorMatrixPtEtaPhiM()
Default constructor creates zeroed 4x4 matrix.
ErrorMatrixBase< ErrorMatrixPtEtaPhiM > Base
Index
Enumerator for error parameterization.