Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NtpEMVertex Class Reference

#include <NtpEMVertex.h>

List of all members.

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


Constructor & Destructor Documentation

NtpEMVertex::NtpEMVertex  )  [inline]
 

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) {}

virtual NtpEMVertex::~NtpEMVertex  )  [inline, virtual]
 

Definition at line 25 of file NtpEMVertex.h.

00025 {}


Member Function Documentation

void NtpEMVertex::Print Option_t *  option = ""  )  const [virtual]
 

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 }

std::ostream & NtpEMVertex::Print std::ostream &  os  )  const [virtual]
 

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 }


Member Data Documentation

Float_t NtpEMVertex::dcosu
 

Definition at line 43 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint().

Float_t NtpEMVertex::dcosv
 

Definition at line 44 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint().

Float_t NtpEMVertex::dcosx
 

Definition at line 45 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint().

Float_t NtpEMVertex::dcosy
 

Definition at line 46 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint().

Float_t NtpEMVertex::dcosz
 

Definition at line 47 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), and NtpEMValidate::TestPrint().

Int_t NtpEMVertex::plane
 

Definition at line 36 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), and NtpEMVertex().

Float_t NtpEMVertex::t
 

Definition at line 42 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint().

Float_t NtpEMVertex::u
 

Definition at line 37 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint().

Float_t NtpEMVertex::v
 

Definition at line 38 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint().

Float_t NtpEMVertex::x
 

Definition at line 39 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint().

Float_t NtpEMVertex::y
 

Definition at line 40 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint().

Float_t NtpEMVertex::z
 

Definition at line 41 of file NtpEMVertex.h.

Referenced by NtpEMModule::FillNtpShower(), MadHandScan::HandScanDisplay(), NtpEMVertex(), Print(), and NtpEMValidate::TestPrint().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:09:41 2010 for loon by  doxygen 1.3.9.1