TTask derived class to perform Chi-squared track fitting. More...
#include "IceChi2.h"
TTask derived class to perform Chi-squared track fitting.
Public Member Functions | |
| IceChi2 (const char *name="", const char *title="") | |
| virtual | ~IceChi2 () |
| virtual void | Exec (Option_t *opt) |
| void | FitFCN (Int_t &, Double_t *, Double_t &, Double_t *, Int_t) |
| Double_t | GetPsi (NcTrack *t) |
| void | SelectHits (Int_t mode=1) |
| void | SetCharge (Float_t charge) |
| void | SetPenalty (Float_t val) |
| void | SetPrintLevel (Int_t level) |
| void | SetTrackName (TString s) |
| void | SetVgroupUsage (Int_t flag) |
| void | UseTracks (TString classname, Int_t n=-1) |
Protected Attributes | |
| Float_t | fCharge |
| IceEvent * | fEvt |
| Int_t | fFirst |
| NcSignal * | fFitstats |
| TFitter * | fFitter |
| TObjArray * | fHits |
| Float_t | fPenalty |
| Int_t | fPrint |
| NcSample | fPsistats |
| Int_t | fSelhits |
| NcTrack * | fTkfit |
| TString | fTrackname |
| TObjArray * | fUseNames |
| TArrayI * | fUseNtk |
| Int_t | fVgroup |
| IceChi2::IceChi2 | ( | const char * | name = "", |
| const char * | title = "" ) |
Definition at line 168 of file IceChi2.cxx.
|
virtual |
Definition at line 195 of file IceChi2.cxx.
|
virtual |
Definition at line 235 of file IceChi2.cxx.
| void IceChi2::FitFCN | ( | Int_t & | , |
| Double_t * | , | ||
| Double_t & | f, | ||
| Double_t * | x, | ||
| Int_t | ) |
Definition at line 695 of file IceChi2.cxx.
| Double_t IceChi2::GetPsi | ( | NcTrack * | t | ) |
Definition at line 765 of file IceChi2.cxx.
| void IceChi2::SelectHits | ( | Int_t | mode = 1 | ) |
Definition at line 616 of file IceChi2.cxx.
| void IceChi2::SetCharge | ( | Float_t | charge | ) |
Definition at line 666 of file IceChi2.cxx.
| void IceChi2::SetPenalty | ( | Float_t | val | ) |
Definition at line 680 of file IceChi2.cxx.
| void IceChi2::SetPrintLevel | ( | Int_t | level | ) |
Definition at line 544 of file IceChi2.cxx.
| void IceChi2::SetTrackName | ( | TString | s | ) |
Definition at line 651 of file IceChi2.cxx.
| void IceChi2::SetVgroupUsage | ( | Int_t | flag | ) |
Definition at line 634 of file IceChi2.cxx.
| void IceChi2::UseTracks | ( | TString | classname, |
| Int_t | n = -1 ) |
Definition at line 560 of file IceChi2.cxx.