#include <NtpFitSA.h>
Public Member Functions | |
| NtpFitSA () | |
| virtual | ~NtpFitSA () |
| std::ostream & | Print (std::ostream &os) const |
| void | Print (const Option_t *option="") const |
| ClassDef (NtpFitSA, 6) | |
Public Attributes | |
| Int_t | track |
| Ntuple's data is public like C struct track index in the event. | |
| Int_t | index |
| NtpFitSAPlane | plane |
| numbers of planes in U, V and both | |
| NtpFitSAPlane | hitplane |
| numbers of hit planes in U, V and both | |
| NtpFitSAPlane | fitplane |
| number of hit planes used in the fit in U,V and both | |
| NtpFitSAFit | fit |
| NtpFitSAFitSR | fitsr |
| NtpFitSABFieldCalib | bfcalib |
| Parameters needed for BField calibration. | |
| Int_t | zdir |
| fit direction: +1 - along beam, -1 - opposite to beam) | |
|
|
Definition at line 22 of file NtpFitSA.cxx.
|
|
|
Definition at line 28 of file NtpFitSA.cxx. 00029 {}
|
|
||||||||||||
|
|
|
|
Definition at line 44 of file NtpFitSA.cxx. References Print(). 00044 {
00045 //
00046 // Purpose: Print mc truth data in form supported by TObject::Print.
00047 //
00048 // Arguments: option (not used)
00049 //
00050
00051 Print(std::cout);
00052 return;
00053 }
|
|
|
Definition at line 32 of file NtpFitSA.cxx. References fit, plane, NtpFitSAFit::Print(), NtpFitSAPlane::Print(), and track. Referenced by operator<<(), and Print(). 00032 {
00033
00034 os << "NtpFitSA::Print for track " << track << std::endl;
00035 os << "Plane: ";
00036 plane.Print(os);
00037 os << "Fit: ";
00038 fit.Print(os);
00039 return os;
00040 }
|
|
|
Parameters needed for BField calibration.
Definition at line 60 of file NtpFitSA.h. Referenced by FitContext::FillNtpBFieldCalib(). |
|
|
Fit results - vector (u, v, du/dz, dv/dz, q/p) and the error matrix Definition at line 52 of file NtpFitSA.h. Referenced by NuExtraction::ExtractSAFitInfo(), FitContext::FillNtpFitSA(), and Print(). |
|
|
number of hit planes used in the fit in U,V and both
Definition at line 48 of file NtpFitSA.h. Referenced by FitContext::FillNtpPlaneInfo(). |
|
|
Fit results copied from SR fitter Definition at line 57 of file NtpFitSA.h. Referenced by FitContext::FillNtpFitSR(). |
|
|
numbers of hit planes in U, V and both
Definition at line 45 of file NtpFitSA.h. Referenced by FitContext::FillNtpPlaneInfo(). |
|
|
track segment index (filled when track is subdivided into segments that are fit independently) Definition at line 39 of file NtpFitSA.h. |
|
|
numbers of planes in U, V and both
Definition at line 42 of file NtpFitSA.h. Referenced by FitContext::FillNtpPlaneInfo(), and Print(). |
|
|
Ntuple's data is public like C struct track index in the event.
Definition at line 35 of file NtpFitSA.h. Referenced by Print(). |
|
|
fit direction: +1 - along beam, -1 - opposite to beam)
Definition at line 63 of file NtpFitSA.h. Referenced by FitContext::MakeNtpFitSA(). |
1.3.9.1