#include <myPoint.h>
|
| | myPoint (float x=0, float y=0, float z=0, bool ignstream=true) |
| | Constructor.
|
| |
| | myPoint (const myPoint &pt, bool ignstream=true) |
| | Copy constructor.
|
| |
| | ~myPoint () |
| | Default destructor.
|
| |
| 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) |
| |
|
| Float_t | _x |
| |
| Float_t | _y |
| |
| Float_t | _z |
| |
Definition at line 14 of file myPoint.h.
| myPoint::myPoint |
( |
float |
x = 0, |
|
|
float |
y = 0, |
|
|
float |
z = 0, |
|
|
bool |
ignstream = true |
|
) |
| |
| myPoint::myPoint |
( |
const myPoint & |
pt, |
|
|
bool |
ignstream = true |
|
) |
| |
| float& myPoint::operator[] |
( |
int |
i | ) |
|
|
inline |
it allows the use of the array notation for an AMSPoint
Definition at line 46 of file myPoint.h.
References _x, _y, and _z.
| float myPoint::operator[] |
( |
int |
i | ) |
const |
|
inline |
it allow the use of the array notation for an AMSPoint
Definition at line 49 of file myPoint.h.
References _x, _y, and _z.
| void myPoint::Print |
( |
Option_t * |
option = "" | ) |
const |
| void myPoint::setp |
( |
float |
x = 0, |
|
|
float |
y = 0, |
|
|
float |
z = 0 |
|
) |
| |
| float myPoint::x |
( |
| ) |
const |
|
inline |
| float myPoint::y |
( |
| ) |
const |
|
inline |
| float myPoint::z |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
- /home/users/b/bo/bozzochet/ntuplizeamsfiles-working-copy/source/myPoint.h
- /home/users/b/bo/bozzochet/ntuplizeamsfiles-working-copy/source/myPoint.cxx