#include <NtpSRVertex.h>
Public Member Functions | |
| NtpSRVertex () | |
| virtual | ~NtpSRVertex () |
| 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 |
| Double_t | t |
| Float_t | dcosu |
| Float_t | dcosv |
| Float_t | dcosx |
| Float_t | dcosy |
| Float_t | dcosz |
| Float_t | eu |
| Float_t | ev |
| Float_t | ex |
| Float_t | ey |
| Float_t | edcosu |
| Float_t | edcosv |
| Float_t | edcosx |
| Float_t | edcosy |
| Float_t | edcosz |
|
|
Definition at line 23 of file NtpSRVertex.h. References dcosu, dcosv, dcosx, dcosy, dcosz, edcosu, edcosv, edcosx, edcosy, edcosz, eu, ev, ex, ey, plane, t, u, v, x, y, and z. 00023 : plane(-1),u(0),v(0),x(0),y(0),z(0),t(0),dcosu(0),dcosv(0), 00024 dcosx(0),dcosy(0),dcosz(0),eu(0),ev(0),ex(0),ey(0),edcosu(0), 00025 edcosv(0),edcosx(0),edcosy(0),edcosz(0) {}
|
|
|
Definition at line 26 of file NtpSRVertex.h. 00026 {}
|
|
|
Definition at line 39 of file NtpSRVertex.cxx. References Print(). 00039 {
00040 //
00041 // Purpose: Print vertex in form supported by TObject::Print.
00042 //
00043 // Arguments: option (not used)
00044 //
00045
00046 Print(std::cout);
00047 return;
00048
00049 }
|
|
|
Definition at line 19 of file NtpSRVertex.cxx. References dcosu, dcosv, dcosx, dcosy, dcosz, edcosu, edcosv, edcosx, edcosy, edcosz, eu, ev, ex, ey, plane, t, u, v, x, y, and z. Referenced by Print(). 00019 {
00020 //
00021 // Purpose: Print vertex data on ostream.
00022 //
00023
00024 os << "NtpSRVertex: pln " << plane << " t(nsec) " << t/Munits::nanosecond
00025 << endl;
00026 os << " (u,v,x,y,z)(m)(" << u << "," << v << "," << x
00027 << "," << y << "," << z << ")" << endl;
00028 os << " e(u,v,x,y)(" << eu << "," << ev << "," << ex << "," << ey << ")"
00029 << endl;
00030 os << " dcos(u,v,x,y,z)(" << dcosu << "," << dcosv << ","
00031 << dcosx << "," << dcosy << "," << dcosz << ")" << endl;
00032 os << " edcos(u,v,x,y,z)(" << edcosu << "," << edcosv << ","
00033 << edcosx << "," << edcosy << "," << edcosz << ")" << endl;
00034
00035 return os;
00036
00037 }
|
|
|
|
|
|
|
|
Definition at line 53 of file NtpSRVertex.h. Referenced by UberModuleLite::FillNtpTrackEnd(), UberModule::FillNtpTrackEnd(), NtpSRModule::FillNtpTrackEnd(), UberModuleLite::FillNtpTrackVertex(), UberModule::FillNtpTrackVertex(), NtpSRModule::FillNtpTrackVertex(), NtpSRVertex(), and Print(). |
|
|
Definition at line 54 of file NtpSRVertex.h. Referenced by UberModuleLite::FillNtpTrackEnd(), UberModule::FillNtpTrackEnd(), NtpSRModule::FillNtpTrackEnd(), UberModuleLite::FillNtpTrackVertex(), UberModule::FillNtpTrackVertex(), NtpSRModule::FillNtpTrackVertex(), NtpSRVertex(), and Print(). |
|
|
Definition at line 55 of file NtpSRVertex.h. Referenced by UberModuleLite::FillNtpTrackEnd(), UberModule::FillNtpTrackEnd(), NtpSRModule::FillNtpTrackEnd(), UberModuleLite::FillNtpTrackVertex(), UberModule::FillNtpTrackVertex(), NtpSRModule::FillNtpTrackVertex(), NtpSRVertex(), and Print(). |
|
|
Definition at line 56 of file NtpSRVertex.h. Referenced by UberModuleLite::FillNtpTrackEnd(), UberModule::FillNtpTrackEnd(), NtpSRModule::FillNtpTrackEnd(), UberModuleLite::FillNtpTrackVertex(), UberModule::FillNtpTrackVertex(), NtpSRModule::FillNtpTrackVertex(), NtpSRVertex(), and Print(). |
|
|
Definition at line 57 of file NtpSRVertex.h. Referenced by UberModuleLite::FillNtpTrackEnd(), UberModule::FillNtpTrackEnd(), NtpSRModule::FillNtpTrackEnd(), UberModuleLite::FillNtpTrackVertex(), UberModule::FillNtpTrackVertex(), NtpSRModule::FillNtpTrackVertex(), NtpSRVertex(), and Print(). |
|
|
Definition at line 49 of file NtpSRVertex.h. Referenced by UberModuleLite::FillNtpTrackEnd(), UberModule::FillNtpTrackEnd(), NtpSRModule::FillNtpTrackEnd(), UberModuleLite::FillNtpTrackVertex(), UberModule::FillNtpTrackVertex(), NtpSRModule::FillNtpTrackVertex(), NtpSRVertex(), and Print(). |
|
|
Definition at line 50 of file NtpSRVertex.h. Referenced by UberModuleLite::FillNtpTrackEnd(), UberModule::FillNtpTrackEnd(), NtpSRModule::FillNtpTrackEnd(), UberModuleLite::FillNtpTrackVertex(), UberModule::FillNtpTrackVertex(), NtpSRModule::FillNtpTrackVertex(), NtpSRVertex(), and Print(). |
|
|
Definition at line 51 of file NtpSRVertex.h. Referenced by UberModuleLite::FillNtpTrackEnd(), UberModule::FillNtpTrackEnd(), NtpSRModule::FillNtpTrackEnd(), UberModuleLite::FillNtpTrackVertex(), UberModule::FillNtpTrackVertex(), NtpSRModule::FillNtpTrackVertex(), NtpSRVertex(), and Print(). |
|
|
Definition at line 52 of file NtpSRVertex.h. Referenced by UberModuleLite::FillNtpTrackEnd(), UberModule::FillNtpTrackEnd(), NtpSRModule::FillNtpTrackEnd(), UberModuleLite::FillNtpTrackVertex(), UberModule::FillNtpTrackVertex(), NtpSRModule::FillNtpTrackVertex(), NtpSRVertex(), and Print(). |
|
|
|
|
|
|
|
1.3.9.1