#include <NtpEMFitInfo.h>
Public Member Functions | |
| NtpEMFitInfo () | |
| virtual | ~NtpEMFitInfo () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| Int_t | pass |
| Double_t | momentum |
| Double_t | chi2 |
| Int_t | ndof |
| Double_t | cputime |
| Int_t | niterate |
|
|
Definition at line 22 of file NtpEMFitInfo.h. References chi2, cputime, momentum, ndof, niterate, and pass.
|
|
|
Definition at line 23 of file NtpEMFitInfo.h. 00023 {}
|
|
|
Definition at line 35 of file NtpEMFitInfo.cxx. References Print(). 00035 {
00036 //
00037 // Purpose: Print vertex in form supported by TObject::Print.
00038 //
00039 // Arguments: option (not used)
00040 //
00041
00042 Print(std::cout);
00043 return;
00044
00045 }
|
|
|
Definition at line 18 of file NtpEMFitInfo.cxx. References chi2, cputime, momentum, ndof, niterate, and pass. Referenced by Print(). 00018 {
00019 //
00020 // Purpose: Print vertex data on ostream.
00021 //
00022
00023 os << "NtpEMFitInfo:" << endl;
00024
00025 os << "Pass = " << pass << endl;
00026 os << "Momentum = " << momentum << endl;
00027 os << "Chi2 = " << chi2 << " NDOF = " << ndof << endl;
00028 os << "CPU Time = " << cputime << endl;
00029 os << "N Iterations = " << niterate << endl;
00030
00031 return os;
00032
00033 }
|
|
|
Definition at line 33 of file NtpEMFitInfo.h. Referenced by NtpEMModule::FillNtpShower(), NtpEMFitInfo(), and Print(). |
|
|
Definition at line 35 of file NtpEMFitInfo.h. Referenced by NtpEMModule::FillNtpShower(), NtpEMFitInfo(), and Print(). |
|
|
Definition at line 32 of file NtpEMFitInfo.h. Referenced by NtpEMModule::FillNtpShower(), NtpEMFitInfo(), and Print(). |
|
|
Definition at line 34 of file NtpEMFitInfo.h. Referenced by NtpEMModule::FillNtpShower(), NtpEMFitInfo(), and Print(). |
|
|
Definition at line 36 of file NtpEMFitInfo.h. Referenced by NtpEMModule::FillNtpShower(), NtpEMFitInfo(), and Print(). |
|
|
Definition at line 31 of file NtpEMFitInfo.h. Referenced by NtpEMModule::FillNtpShower(), NtpEMFitInfo(), and Print(). |
1.3.9.1