G4ErrorMatrix::G4ErrorMatrix_row Class Reference

#include <G4ErrorMatrix.hh>


Public Member Functions

 G4ErrorMatrix_row (G4ErrorMatrix &, G4int)
G4doubleoperator[] (G4int)


Detailed Description

Definition at line 134 of file G4ErrorMatrix.hh.


Constructor & Destructor Documentation

G4ErrorMatrix::G4ErrorMatrix_row::G4ErrorMatrix_row ( G4ErrorMatrix ,
G4int   
) [inline]

Definition at line 87 of file G4ErrorMatrix.icc.

00088    : _a(a)
00089 {
00090   _r = r;
00091 }


Member Function Documentation

G4double & G4ErrorMatrix::G4ErrorMatrix_row::operator[] ( G4int   )  [inline]

Definition at line 75 of file G4ErrorMatrix.icc.

References G4ErrorMatrix::m, and G4ErrorMatrix::ncol.

00076 {
00077   return *(_a.m.begin()+_r*_a.ncol+c);
00078 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:51:55 2013 for Geant4 by  doxygen 1.4.7