Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

XANASymMatrix Class Reference

#include <XANASymMatrix.h>

List of all members.

Public Methods

 XANASymMatrix ()
 XANASymMatrix (const HepSymMatrix &m)
 XANASymMatrix (const XANASymMatrix &m)
virtual ~XANASymMatrix ()
 operator HepSymMatrix () const
XANASymMatrix & operator= (const XANASymMatrix &)
void DumpMat ()
double * getP () const

Private Attributes

int size
int nrow
double * m


Constructor & Destructor Documentation

XANASymMatrix::XANASymMatrix  
 

XANASymMatrix::XANASymMatrix const HepSymMatrix &    m
 

XANASymMatrix::XANASymMatrix const XANASymMatrix &    m
 

virtual XANASymMatrix::~XANASymMatrix   [virtual]
 


Member Function Documentation

void XANASymMatrix::DumpMat  
 

double* XANASymMatrix::getP   const [inline]
 

Definition at line 20 of file XANASymMatrix.h.

References m.

00020 { return m;}

XANASymMatrix::operator HepSymMatrix   const
 

XANASymMatrix& XANASymMatrix::operator= const XANASymMatrix &   
 


Member Data Documentation

double* XANASymMatrix::m [private]
 

Definition at line 25 of file XANASymMatrix.h.

Referenced by getP.

int XANASymMatrix::nrow [private]
 

Definition at line 24 of file XANASymMatrix.h.

int XANASymMatrix::size [private]
 

Definition at line 23 of file XANASymMatrix.h.


The documentation for this class was generated from the following file:
Generated on Tue May 10 10:01:39 2005 for XANADOO by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002