]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEER/AliMatrixSq.cxx
Setting of aliases to rawReader done only once. Base decision on cosmic or calib...
[u/mrichter/AliRoot.git] / STEER / STEER / AliMatrixSq.cxx
index f0be2acb05130a623ce6f8ff883330cd3a22d681..7e3fcda429c2b500a22fb361bfcdbd774bc2878c 100644 (file)
@@ -1,7 +1,12 @@
 /**********************************************************************************************/
-/* Abstract class for matrix used for millepede2 operation.                                   */
+/*                                                                                            */ 
+/* Abstract class for matrix used for                                                         */
+/* millepede2 operation.                                                                      */
+/* Works for expandable square matrices                                                       */ 
+/* of arbitrary dimension                                                                     */
 /* Author: ruben.shahoyan@cern.ch                                                             */
 /*                                                                                            */ 
+/*                                                                                            */ 
 /**********************************************************************************************/
 
 #include <stdlib.h>
@@ -13,8 +18,6 @@
 #include "AliMatrixSq.h"
 //
 
-using namespace std;
-
 ClassImp(AliMatrixSq)
 
 AliMatrixSq & AliMatrixSq::operator=(const AliMatrixSq &src)