#include <NtpFitSAFit.h>
Public Member Functions | |
| NtpFitSAFit () | |
| virtual | ~NtpFitSAFit () |
| std::ostream & | Print (std::ostream &os) const |
| void | Print (const Option_t *option="") const |
| ClassDef (NtpFitSAFit, 2) | |
Public Attributes | |
| Int_t | pass |
| Int_t | niter |
| Int_t | ndf |
| Int_t | q |
| Float_t | chi2 |
| Float_t | cpu |
| Float_t | qp |
| Float_t | eqp |
| Float_t | p |
| Float_t | ep |
| Float_t | rchi2 |
| Float_t | u |
| Float_t | eu |
| Float_t | v |
| Float_t | ev |
| Float_t | dudz |
| Float_t | edudz |
| Float_t | dvdz |
| Float_t | edvdz |
| Float_t | z |
| Float_t | dcosu |
| Float_t | edcosu |
| Float_t | dcosv |
| Float_t | edcosv |
| Float_t | dcosz |
| Float_t | par [ConstFT::NTrackParams] |
| Float_t | parerr [ConstFT::NTrackParams][ConstFT::NTrackParams] |
|
|
Definition at line 23 of file NtpFitSAFit.cxx. 00023 : 00024 pass(0), 00025 niter(0), 00026 ndf(0), 00027 q(0), 00028 chi2(0), 00029 cpu(0), 00030 qp(0), 00031 eqp(0), 00032 p(0), 00033 ep(0), 00034 rchi2(0), 00035 u(0), 00036 eu(0), 00037 v(0), 00038 ev(0), 00039 dudz(0), 00040 edudz(0), 00041 dvdz(0), 00042 edvdz(0), 00043 z(0), 00044 dcosu(0), 00045 edcosu(0), 00046 dcosv(0), 00047 edcosv(0), 00048 dcosz(0) 00049 { 00050 for ( int i = 0; i < NTrackParams; i++ ) { 00051 par[i] = 0.0; 00052 for ( int j = 0; j < NTrackParams; j++ ) { 00053 parerr[i][j] = 0.0; 00054 } 00055 } 00056 }
|
|
|
Definition at line 59 of file NtpFitSAFit.cxx. 00060 {}
|
|
||||||||||||
|
|
|
|
Definition at line 81 of file NtpFitSAFit.cxx. References Print(). 00081 {
00082 //
00083 // Purpose: Print mc truth data in form supported by TObject::Print.
00084 //
00085 // Arguments: option (not used)
00086 //
00087
00088 Print(std::cout);
00089 return;
00090 }
|
|
|
Definition at line 63 of file NtpFitSAFit.cxx. References chi2, ndf, niter, pass, qp, u, v, and z. Referenced by Print(), and NtpFitSA::Print(). 00063 {
00064
00065 os << "NtpFitSAFit::Print" << std::endl
00066 << "pass=" << pass
00067 << ", niter=" << niter
00068 << ", ndf=" << ndf
00069 << ", chi2=" << chi2
00070 << ", qo=" << qp
00071 << ", u=" << u
00072 << ", v=" << v
00073 << ", z=" << z
00074 << std::endl;
00075
00076 return os;
00077 }
|
|
|
Definition at line 33 of file NtpFitSAFit.h. Referenced by NuExtraction::ExtractSAFitInfo(), FitContext::FillNtpFitSA(), and Print(). |
|
|
Definition at line 34 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 51 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 53 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 55 of file NtpFitSAFit.h. Referenced by NuExtraction::ExtractSAFitInfo(), and FitContext::FillNtpFitSA(). |
|
|
Definition at line 44 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 46 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 52 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 54 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 45 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 47 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 38 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 36 of file NtpFitSAFit.h. Referenced by NuExtraction::ExtractSAFitInfo(), and FitContext::FillNtpFitSA(). |
|
|
Definition at line 41 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 43 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 31 of file NtpFitSAFit.h. Referenced by NuExtraction::ExtractSAFitInfo(), FitContext::FillNtpFitSA(), and Print(). |
|
|
Definition at line 30 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(), and Print(). |
|
|
Definition at line 37 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 58 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 60 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 29 of file NtpFitSAFit.h. Referenced by NuExtraction::ExtractSAFitInfo(), FitContext::FillNtpFitSA(), and Print(). |
|
|
Definition at line 32 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 35 of file NtpFitSAFit.h. Referenced by NuExtraction::ExtractSAFitInfo(), FitContext::FillNtpFitSA(), and Print(). |
|
|
Definition at line 39 of file NtpFitSAFit.h. Referenced by FitContext::FillNtpFitSA(). |
|
|
Definition at line 40 of file NtpFitSAFit.h. Referenced by NuExtraction::ExtractSAFitInfo(), FitContext::FillNtpFitSA(), and Print(). |
|
|
Definition at line 42 of file NtpFitSAFit.h. Referenced by NuExtraction::ExtractSAFitInfo(), FitContext::FillNtpFitSA(), and Print(). |
|
|
Definition at line 48 of file NtpFitSAFit.h. Referenced by NuExtraction::ExtractSAFitInfo(), FitContext::FillNtpFitSA(), and Print(). |
1.3.9.1