#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 |
| void kalman | ( | std::string | machine = "", |
|
| int | sym = 1, |
|||
| int | cut = 6 | |||
| ) |
| 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().
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().
| bool gUseCPUTime = false |
1.5.1