#include <stdio.h>
#include <assert.h>
#include "RhoError.h"
#include <iostream>
Go to the source code of this file.
Definition at line 245 of file RhoError.cxx.
References m2().
TString m2(TString pts, TString exts="e px py pz")
Definition at line 255 of file RhoError.cxx.
References m2().
TString m2(TString pts, TString exts="e px py pz")
Definition at line 179 of file RhoError.cxx.
References out.
181 out <<
"Bbr Covariance Matrix:";
TMatrixT< double > TMatrixD
Definition at line 186 of file RhoError.cxx.
References col, and row.
190 while ( isspace ( nextChar ) ) {
193 in.putback ( nextChar );
195 if ( EOF != nextChar ) {
196 if ( !isdigit ( nextChar ) ) {
198 const int DUMMY_SIZE = 1000;
199 char dummy[DUMMY_SIZE];
200 in.getline ( dummy, DUMMY_SIZE );
203 for (
int row = 1;
row <= mat.GetNrows(); ++
row ) {
204 for (
int col = 1;
col <= mat.GetNcols(); ++
col ) {