ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4ErrorMatrix.cc File Reference
#include "globals.hh"
#include <cmath>
#include <iostream>
#include "G4ErrorMatrix.hh"
#include "G4ErrorSymMatrix.hh"
+ Include dependency graph for G4ErrorMatrix.cc:

Go to the source code of this file.

Macros

#define SIMPLE_UOP(OPER)
 
#define SIMPLE_BOP(OPER)
 
#define SIMPLE_TOP(OPER)
 
#define CHK_DIM_2(r1, r2, c1, c2, fun)
 
#define CHK_DIM_1(c1, r2, fun)
 
#define A00   0
 
#define A01   1
 
#define A02   2
 
#define A03   3
 
#define A04   4
 
#define A05   5
 
#define A10   6
 
#define A11   7
 
#define A12   8
 
#define A13   9
 
#define A14   10
 
#define A15   11
 
#define A20   12
 
#define A21   13
 
#define A22   14
 
#define A23   15
 
#define A24   16
 
#define A25   17
 
#define A30   18
 
#define A31   19
 
#define A32   20
 
#define A33   21
 
#define A34   22
 
#define A35   23
 
#define A40   24
 
#define A41   25
 
#define A42   26
 
#define A43   27
 
#define A44   28
 
#define A45   29
 
#define A50   30
 
#define A51   31
 
#define A52   32
 
#define A53   33
 
#define A54   34
 
#define A55   35
 
#define M00   0
 
#define M01   1
 
#define M02   2
 
#define M03   3
 
#define M04   4
 
#define M10   5
 
#define M11   6
 
#define M12   7
 
#define M13   8
 
#define M14   9
 
#define M20   10
 
#define M21   11
 
#define M22   12
 
#define M23   13
 
#define M24   14
 
#define M30   15
 
#define M31   16
 
#define M32   17
 
#define M33   18
 
#define M34   19
 
#define M40   20
 
#define M41   21
 
#define M42   22
 
#define M43   23
 
#define M44   24
 
#define F00   0
 
#define F01   1
 
#define F02   2
 
#define F03   3
 
#define F10   4
 
#define F11   5
 
#define F12   6
 
#define F13   7
 
#define F20   8
 
#define F21   9
 
#define F22   10
 
#define F23   11
 
#define F30   12
 
#define F31   13
 
#define F32   14
 
#define F33   15
 

Functions

G4ErrorMatrix dsum (const G4ErrorMatrix &mat1, const G4ErrorMatrix &mat2)
 
G4ErrorMatrix operator+ (const G4ErrorMatrix &mat1, const G4ErrorMatrix &mat2)
 
G4ErrorMatrix operator- (const G4ErrorMatrix &mat1, const G4ErrorMatrix &mat2)
 
G4ErrorMatrix operator/ (const G4ErrorMatrix &mat1, G4double t)
 
G4ErrorMatrix operator* (const G4ErrorMatrix &mat1, G4double t)
 
G4ErrorMatrix operator* (G4double t, const G4ErrorMatrix &mat1)
 
G4ErrorMatrix operator* (const G4ErrorMatrix &mat1, const G4ErrorMatrix &mat2)
 
std::ostream & operator<< (std::ostream &os, const G4ErrorMatrix &q)
 

Macro Definition Documentation

#define A00   0

Definition at line 817 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 817 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6(), G4CompetitiveFission::Ratio(), and Acts::AtlasStepper< ConstantBField >::step().

#define A01   1

Definition at line 818 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 818 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A02   2

Definition at line 819 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 819 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A03   3

Definition at line 820 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 820 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A04   4

Definition at line 821 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 821 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A05   5

Definition at line 822 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 822 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A10   6

Definition at line 824 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 824 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6(), G4INCL::NKbElasticChannel::KaonMomentum(), G4Bessel::pI0(), and G4Bessel::pI1().

#define A12   8

Definition at line 826 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 826 of file G4ErrorMatrix.cc

Referenced by kdfinder::CircleFit< T >::CircleFitByChernovHoussam(), G4CompetitiveFission::FissionKineticEnergy(), and G4ErrorMatrix::invertHaywood6().

#define A14   10

Definition at line 828 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 828 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A15   11

Definition at line 829 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 829 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A20   12

Definition at line 831 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 831 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A21   13

Definition at line 832 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 832 of file G4ErrorMatrix.cc

Referenced by G4CompetitiveFission::FissionKineticEnergy(), and G4ErrorMatrix::invertHaywood6().

#define A23   15

Definition at line 834 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 834 of file G4ErrorMatrix.cc

Referenced by G4StatMFMacroMultiNucleon::CalcEnergy(), G4StatMFMacroMultiNucleon::CalcMeanMultiplicity(), and G4ErrorMatrix::invertHaywood6().

#define A24   16

Definition at line 835 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 835 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A25   17

Definition at line 836 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 836 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A30   18

Definition at line 838 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 838 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A31   19

Definition at line 839 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 839 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A32   20

Definition at line 840 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 840 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A34   22

Definition at line 842 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 842 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A35   23

Definition at line 843 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 843 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A40   24

Definition at line 845 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 845 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A41   25

Definition at line 846 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 846 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A42   26

Definition at line 847 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 847 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A43   27

Definition at line 848 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 848 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A44   28

Definition at line 849 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 849 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A45   29

Definition at line 850 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 850 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A50   30

Definition at line 852 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 852 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A51   31

Definition at line 853 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 853 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A52   32

Definition at line 854 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 854 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A53   33

Definition at line 855 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 855 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A54   34

Definition at line 856 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 856 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define A55   35

Definition at line 857 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 857 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood6().

#define CHK_DIM_1 (   c1,
  r2,
  fun 
)
Value:
if (c1!=r2) { \
G4ErrorMatrix::error("Range error in Matrix function " #fun "(2)."); \
}

Definition at line 66 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 66 of file G4ErrorMatrix.cc

Referenced by operator*().

#define CHK_DIM_2 (   r1,
  r2,
  c1,
  c2,
  fun 
)
Value:
if (r1!=r2 || c1!=c2) { \
G4ErrorMatrix::error("Range error in Matrix function " #fun "(1)."); \
}

Definition at line 61 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 61 of file G4ErrorMatrix.cc

Referenced by operator+(), G4ErrorMatrix::operator+=(), operator-(), and G4ErrorMatrix::operator-=().

#define F00   0

Definition at line 889 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 889 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood4(), and G4PenelopeGammaConversionModel::SampleSecondaries().

#define F01   1

Definition at line 890 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 890 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood4().

#define F02   2

Definition at line 891 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 891 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood4().

#define F03   3

Definition at line 892 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 892 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood4().

#define F10   4
#define F11   5

Definition at line 895 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 895 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood4().

#define F12   6

Definition at line 896 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 896 of file G4ErrorMatrix.cc

Referenced by G4hhElastic::GetdsdtF12qQgG(), G4ElasticHadrNucleusHE::GetQ2_2(), and G4ErrorMatrix::invertHaywood4().

#define F13   7

Definition at line 897 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 897 of file G4ErrorMatrix.cc

Referenced by G4hhElastic::GetdsdtF13qQG(), and G4ErrorMatrix::invertHaywood4().

#define F20   8

Definition at line 899 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 899 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood4(), G4BetheHeitlerModel::SampleSecondaries(), and G4PairProductionRelModel::SampleSecondaries().

#define F21   9

Definition at line 900 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 900 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood4().

#define F22   10

Definition at line 901 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 901 of file G4ErrorMatrix.cc

Referenced by G4ElasticHadrNucleusHE::GetQ2_2(), and G4ErrorMatrix::invertHaywood4().

#define F23   11

Definition at line 902 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 902 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood4().

#define F30   12

Definition at line 904 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 904 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood4().

#define F31   13

Definition at line 905 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 905 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood4().

#define F32   14

Definition at line 906 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 906 of file G4ErrorMatrix.cc

Referenced by G4ElasticHadrNucleusHE::GetQ2_2(), and G4ErrorMatrix::invertHaywood4().

#define F33   15

Definition at line 907 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 907 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood4().

#define M00   0

Definition at line 859 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 859 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood5().

#define M01   1

Definition at line 860 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 860 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood5().

#define M02   2

Definition at line 861 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 861 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood5().

#define M03   3

Definition at line 862 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 862 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood5().

#define M04   4

Definition at line 863 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 863 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::invertHaywood5().

#define M10   5

Definition at line 865 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 865 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M11   6

Definition at line 866 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 866 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M12   7

Definition at line 867 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 867 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M13   8

Definition at line 868 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 868 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M14   9

Definition at line 869 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 869 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M20   10

Definition at line 871 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 871 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M21   11

Definition at line 872 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 872 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M22   12

Definition at line 873 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 873 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M23   13

Definition at line 874 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 874 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M24   14

Definition at line 875 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 875 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M30   15

Definition at line 877 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 877 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M31   16

Definition at line 878 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 878 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M32   17

Definition at line 879 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 879 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M33   18

Definition at line 880 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 880 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M34   19

Definition at line 881 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 881 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M40   20

Definition at line 883 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 883 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M41   21

Definition at line 884 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 884 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M42   22

Definition at line 885 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 885 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M43   23

Definition at line 886 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 886 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define M44   24

Definition at line 887 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 887 of file G4ErrorMatrix.cc

Referenced by G4DensityEffectData::Initialize(), and G4ErrorMatrix::invertHaywood5().

#define SIMPLE_BOP (   OPER)
Value:
G4ErrorMatrixConstIter b=mat2.m.begin(); \
for(;a!=e; a++, b++) (*a) OPER (*b);

Definition at line 46 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 46 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::operator+=(), and G4ErrorMatrix::operator-=().

#define SIMPLE_TOP (   OPER)
Value:
G4ErrorMatrixConstIter a=mat1.m.begin(); \
G4ErrorMatrixConstIter b=mat2.m.begin(); \
G4ErrorMatrixIter t=mret.m.begin(); \
G4ErrorMatrixConstIter e=mat1.m.end(); \
for(;a!=e; a++, b++, t++) (*t) = (*a) OPER (*b);

Definition at line 52 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 52 of file G4ErrorMatrix.cc

Referenced by operator+(), and operator-().

#define SIMPLE_UOP (   OPER)
Value:
for(;a!=e; a++) (*a) OPER t;

Definition at line 41 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 41 of file G4ErrorMatrix.cc

Referenced by G4ErrorMatrix::operator*=(), and G4ErrorMatrix::operator/=().

Function Documentation

G4ErrorMatrix dsum ( const G4ErrorMatrix mat1,
const G4ErrorMatrix mat2 
)

Definition at line 200 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 200 of file G4ErrorMatrix.cc

References G4ErrorMatrix::num_col(), G4ErrorMatrix::num_row(), and G4ErrorMatrix::sub().

+ Here is the call graph for this function:

G4ErrorMatrix operator* ( const G4ErrorMatrix mat1,
G4double  t 
)

Definition at line 257 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 257 of file G4ErrorMatrix.cc

References t.

G4ErrorMatrix operator* ( G4double  t,
const G4ErrorMatrix mat1 
)

Definition at line 264 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 264 of file G4ErrorMatrix.cc

References t.

G4ErrorMatrix operator* ( const G4ErrorMatrix mat1,
const G4ErrorMatrix mat2 
)

Definition at line 271 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 271 of file G4ErrorMatrix.cc

References CHK_DIM_1, G4ErrorMatrix::m, G4ErrorMatrix::ncol, G4ErrorMatrix::nrow, and pt.

G4ErrorMatrix operator+ ( const G4ErrorMatrix mat1,
const G4ErrorMatrix mat2 
)

Definition at line 224 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 224 of file G4ErrorMatrix.cc

References CHK_DIM_2, G4ErrorMatrix::ncol, G4ErrorMatrix::nrow, G4ErrorMatrix::num_col(), G4ErrorMatrix::num_row(), and SIMPLE_TOP.

+ Here is the call graph for this function:

G4ErrorMatrix operator- ( const G4ErrorMatrix mat1,
const G4ErrorMatrix mat2 
)

Definition at line 236 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 236 of file G4ErrorMatrix.cc

References CHK_DIM_2, G4ErrorMatrix::num_col(), G4ErrorMatrix::num_row(), and SIMPLE_TOP.

+ Here is the call graph for this function:

G4ErrorMatrix operator/ ( const G4ErrorMatrix mat1,
G4double  t 
)

Definition at line 250 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 250 of file G4ErrorMatrix.cc

References t.

std::ostream& operator<< ( std::ostream &  os,
const G4ErrorMatrix q 
)

Definition at line 349 of file G4ErrorMatrix.cc.

View newest version in sPHENIX GitHub at line 349 of file G4ErrorMatrix.cc

References G4endl, G4ErrorMatrix::num_col(), G4ErrorMatrix::num_row(), and width.

+ Here is the call graph for this function: