Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DMatrix.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DMatrix.h
4 // Created: Fri Apr 6 14:34:26 EDT 2007
5 // Creator: davidl (on Darwin swire-b241.jlab.org 8.9.0 powerpc)
6 //
7 
8 
9 #ifndef _DMatrix_
10 #define _DMatrix_
11 
12 #include <TMatrixD.h>
13 
14 typedef TMatrixD DMatrix;
15 
16 #endif // _DMatrix_
17 
TMatrixD DMatrix
Definition: DMatrix.h:14