AMSDST
|
#include <myPoint.h>
Public Member Functions | |
myDir (float theta=PI/2.0, float phi=0, bool ignstream=true) | |
Constructor. | |
myDir (const myDir &dir, bool ignstream=true) | |
Copy constructor. | |
~myDir () | |
Default destructor. | |
void | setd (float theta=PI/2.0, float phi=0) |
float | theta () const |
float | phi () const |
float | gettheta () const |
float | getphi () const |
ClassDef (myDir, 4) | |
void | setp (float x=0, float y=0, float z=0) |
float | x () const |
float | y () const |
float | z () const |
float & | operator[] (int i) |
it allows the use of the array notation for an AMSPoint | |
float | operator[] (int i) const |
it allow the use of the array notation for an AMSPoint | |
void | Print (Option_t *option="") const |
ClassDef (myPoint, 5) | |
Protected Attributes | |
Float_t | _theta |
Float_t | _phi |
Float_t | _x |
Float_t | _y |
Float_t | _z |
myDir::myDir | ( | float | theta = PI/2.0 , |
float | phi = 0 , |
||
bool | ignstream = true |
||
) |
myDir::myDir | ( | const myDir & | dir, |
bool | ignstream = true |
||
) |
Copy constructor.
Definition at line 101 of file myPoint.cxx.
References phi(), PRINTDEBUG, theta(), myPoint::x(), myPoint::y(), and myPoint::z().
myDir::~myDir | ( | ) |
|
inherited |
myDir::ClassDef | ( | myDir | , |
4 | |||
) |
|
inlineinherited |
it allows the use of the array notation for an AMSPoint
Definition at line 46 of file myPoint.h.
References myPoint::_x, myPoint::_y, and myPoint::_z.
|
inlineinherited |
it allow the use of the array notation for an AMSPoint
Definition at line 49 of file myPoint.h.
References myPoint::_x, myPoint::_y, and myPoint::_z.
|
inline |
|
inherited |
Definition at line 72 of file myPoint.cxx.
void myDir::setd | ( | float | theta = PI/2.0 , |
float | phi = 0 |
||
) |
Definition at line 179 of file myPoint.cxx.
|
inherited |
Definition at line 65 of file myPoint.cxx.
Referenced by myEvent::GetRTIdL1L9().
|
inline |
|
inlineinherited |
Definition at line 41 of file myPoint.h.
References myPoint::_x.
Referenced by myDir(), and myPoint::myPoint().
|
inlineinherited |
Definition at line 42 of file myPoint.h.
References myPoint::_y.
Referenced by myDir(), and myPoint::myPoint().
|
inlineinherited |
Definition at line 43 of file myPoint.h.
References myPoint::_z.
Referenced by myDir(), and myPoint::myPoint().
|
protected |
|
protected |
Definition at line 61 of file myPoint.h.
Referenced by gettheta(), and theta().
|
protectedinherited |
Definition at line 16 of file myPoint.h.
Referenced by myPoint::operator[](), and myPoint::x().
|
protectedinherited |
Definition at line 17 of file myPoint.h.
Referenced by myPoint::operator[](), and myPoint::y().
|
protectedinherited |
Definition at line 18 of file myPoint.h.
Referenced by myPoint::operator[](), and myPoint::z().