#include <NtpEMVertex.h>
Public Member Functions | |
| NtpEMVertex () | |
| virtual | ~NtpEMVertex () |
| virtual std::ostream & | Print (std::ostream &os) const |
| virtual void | Print (Option_t *option="") const |
Public Attributes | |
| Int_t | plane |
| Float_t | u |
| Float_t | v |
| Float_t | x |
| Float_t | y |
| Float_t | z |
| Float_t | t |
| Float_t | dcosu |
| Float_t | dcosv |
| Float_t | dcosx |
| Float_t | dcosy |
| Float_t | dcosz |
|
|
Definition at line 23 of file NtpEMVertex.h. References dcosu, dcosv, dcosx, dcosy, dcosz, plane, t, u, v, x, y, and z. 00023 : plane(0),u(0),v(0),x(0),y(0),z(0),t(0),dcosu(0),dcosv(0), 00024 dcosx(0),dcosy(0),dcosz(0) {}
|
|
|
Definition at line 25 of file NtpEMVertex.h. 00025 {}
|
|
|
Definition at line 34 of file NtpEMVertex.cxx. References Print(). 00034 {
00035 //
00036 // Purpose: Print vertex in form supported by TObject::Print.
00037 //
00038 // Arguments: option (not used)
00039 //
00040
00041 Print(std::cout);
00042 return;
00043
00044 }
|
|
|
Definition at line 18 of file NtpEMVertex.cxx. References dcosu, dcosv, dcosx, dcosy, t, u, v, x, y, and z. Referenced by Print(). 00018 {
00019 //
00020 // Purpose: Print vertex data on ostream.
00021 //
00022
00023 os << "NtpEMVertex:" << endl;
00024
00025 os << u << "(u)" << v << "(v)" << z << "(z)" << t << "(t)" << endl;
00026 os << "DirCos: " << dcosu << "(u)" << dcosv << "(v)" << endl;
00027 os << x << "(x)" << y << "(y)" << endl;
00028 os << "DirCos: " << dcosx << "(x)" << dcosy << "(y)" << endl;
00029
00030 return os;
00031
00032 }
|
|
|
Definition at line 43 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint(). |
|
|
Definition at line 44 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint(). |
|
|
Definition at line 45 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint(). |
|
|
Definition at line 46 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint(). |
|
|
Definition at line 47 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), and NtpEMValidate::TestPrint(). |
|
|
Definition at line 36 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), and NtpEMVertex(). |
|
|
Definition at line 42 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint(). |
|
|
Definition at line 37 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint(). |
|
|
Definition at line 38 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint(). |
|
|
Definition at line 39 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint(). |
|
|
Definition at line 40 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint(). |
|
|
Definition at line 41 of file NtpEMVertex.h. Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint(). |
1.3.9.1