#include <NtpSRFitTrack.h>
Public Member Functions | |
| NtpSRFitTrack () | |
| virtual | ~NtpSRFitTrack () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| Bool_t | pass |
| Int_t | ndof |
| Int_t | niterate |
| Int_t | nswimfail |
| Float_t | chi2 |
| Float_t | cputime |
|
|
Definition at line 21 of file NtpSRFitTrack.h. References chi2, cputime, ndof, niterate, nswimfail, and pass.
|
|
|
Definition at line 23 of file NtpSRFitTrack.h. 00023 {}
|
|
|
Definition at line 32 of file NtpSRFitTrack.cxx. References Print(). 00032 {
00033 //
00034 // Purpose: Print fit track data in form supported by TObject::Print.
00035 //
00036 // Arguments: option (not used)
00037 //
00038
00039 Print(std::cout);
00040 return;
00041
00042 }
|
|
|
Definition at line 19 of file NtpSRFitTrack.cxx. References chi2, cputime, ndof, niterate, nswimfail, and pass. Referenced by Print(). 00019 {
00020 //
00021 // Purpose: Print fit track data on ostream.
00022 //
00023
00024 os << "NtpSRFitTrack:" << "pass " << pass << " ndof " << ndof
00025 << " niter " << niterate << " nswimfail " << nswimfail
00026 << " chi2 " << chi2 << " cpu(sec) " << cputime << endl;
00027
00028 return os;
00029
00030 }
|
|
|
Definition at line 38 of file NtpSRFitTrack.h. Referenced by MadMKAnalysis::CreatePAN(), UberModuleLite::FillNtpTrackFit(), UberModule::FillNtpTrackFit(), NtpSRModule::FillNtpTrackFit(), ANtpInfoObjectFiller::FillTrackInformation(), NtpSRFitTrack(), and Print(). |
|
|
Definition at line 39 of file NtpSRFitTrack.h. Referenced by UberModuleLite::FillNtpTrackFit(), UberModule::FillNtpTrackFit(), NtpSRModule::FillNtpTrackFit(), NtpSRFitTrack(), and Print(). |
|
|
Definition at line 35 of file NtpSRFitTrack.h. Referenced by MadMKAnalysis::CreatePAN(), UberModuleLite::FillNtpTrackFit(), UberModule::FillNtpTrackFit(), NtpSRModule::FillNtpTrackFit(), ANtpInfoObjectFiller::FillTrackInformation(), NtpSRFitTrack(), and Print(). |
|
|
Definition at line 36 of file NtpSRFitTrack.h. Referenced by UberModuleLite::FillNtpTrackFit(), UberModule::FillNtpTrackFit(), NtpSRModule::FillNtpTrackFit(), NtpSRFitTrack(), and Print(). |
|
|
Definition at line 37 of file NtpSRFitTrack.h. Referenced by UberModuleLite::FillNtpTrackFit(), UberModule::FillNtpTrackFit(), NtpSRModule::FillNtpTrackFit(), NtpSRFitTrack(), and Print(). |
|
1.3.9.1