kalman.C File Reference

#include "Riostream.h"
#include "TFile.h"
#include "TCanvas.h"
#include "TSystem.h"
#include "TPaveLabel.h"
#include "TText.h"
#include "TLine.h"
#include "Math/SMatrix.h"
#include <string>

Go to the source code of this file.

Functions

void kalman_do (const char *machine, int sym, int cut)
void kalman (std::string machine="", int sym=1, int cut=6)
int read_data (const char *machine, double *s, double *ss, double *t)

Variables

bool gUseCPUTime = false
const int nx = 9
const int ny = 7
const Int_t n = nx*ny


Function Documentation

void kalman ( std::string  machine = "",
int  sym = 1,
int  cut = 6 
)

Definition at line 20 of file kalman.C.

References gSystem, kalman_do(), and TSystem::Load().

void kalman_do ( const char *  machine,
int  sym,
int  cut 
)

Definition at line 70 of file kalman.C.

References box(), c1, TPaveLabel::Draw(), TText::DrawText(), i, j, kBlack, kBlue, kRed, line, n, read_data(), s, TAttFill::SetFillColor(), TAttFill::SetFillStyle(), TCanvas::SetHighLightColor(), TAttText::SetTextAlign(), TAttText::SetTextColor(), TAttText::SetTextSize(), sprintf(), t, text(), title, ts, xmax, xmin, ymax, and ymin.

Referenced by kalman().

int read_data ( const char *  machine,
double s,
double ss,
double t 
)

Definition at line 36 of file kalman.C.

References ROOT::Math::SMatrix< T, D1, D2, R >::apply(), TFile::Close(), TDirectoryFile::GetObject(), gUseCPUTime, i, n, and sprintf().

Referenced by kalman_do().


Variable Documentation

bool gUseCPUTime = false

Definition at line 12 of file kalman.C.

Referenced by read_data().

const Int_t n = nx*ny

Definition at line 18 of file kalman.C.

const int nx = 9

Definition at line 16 of file kalman.C.

const int ny = 7

Definition at line 17 of file kalman.C.


Generated on Tue Jul 5 16:07:43 2011 for ROOT_528-00b_version by  doxygen 1.5.1