#include <NtpFitSAPlane.h>
Public Member Functions | |
| NtpFitSAPlane () | |
| virtual | ~NtpFitSAPlane () |
| std::ostream & | Print (std::ostream &os) const |
| void | Print (const Option_t *option="") const |
Public Attributes | |
| Int_t | begin |
| begin plane | |
| Int_t | end |
| end plane | |
| Int_t | n |
| number of planes | |
| Int_t | nu |
| number of U planes | |
| Int_t | nv |
| number of V planes | |
Private Member Functions | |
| ClassDef (NtpFitSAPlane, 1) | |
|
|
Definition at line 24 of file NtpFitSAPlane.cxx.
|
|
|
Definition at line 29 of file NtpFitSAPlane.cxx. 00030 {}
|
|
||||||||||||
|
|
|
|
Definition at line 48 of file NtpFitSAPlane.cxx. References Print(). 00048 {
00049 //
00050 // Purpose: Print mc truth data in form supported by TObject::Print.
00051 //
00052 // Arguments: option (not used)
00053 //
00054
00055 Print(std::cout);
00056 return;
00057 }
|
|
|
Definition at line 33 of file NtpFitSAPlane.cxx. References begin, end, n, nu, and nv. Referenced by Print(), and NtpFitSA::Print(). 00033 {
00034
00035 os << "NtpFitSAPlane::Print" << std::endl
00036 << "begin=" << begin
00037 << ", end=" << end
00038 << ", n=" << n
00039 << ", nu=" << nu
00040 << ", nv=" << nv
00041 << std::endl;
00042
00043 return os;
00044 }
|
|
|
begin plane
Definition at line 30 of file NtpFitSAPlane.h. Referenced by FitContext::FillNtpPlaneInfo(), and Print(). |
|
|
end plane
Definition at line 33 of file NtpFitSAPlane.h. Referenced by FitContext::FillNtpPlaneInfo(), and Print(). |
|
|
number of planes
Definition at line 36 of file NtpFitSAPlane.h. Referenced by FitContext::FillNtpPlaneInfo(), and Print(). |
|
|
number of U planes
Definition at line 39 of file NtpFitSAPlane.h. Referenced by FitContext::FillNtpPlaneInfo(), and Print(). |
|
|
number of V planes
Definition at line 42 of file NtpFitSAPlane.h. Referenced by FitContext::FillNtpPlaneInfo(), and Print(). |
1.3.9.1