#include <ISiRecObjs.h>
Inheritance diagram for ISiRecObjs:

Public Methods | |
| ISiRecObjs () | |
| constructor - ini the list. More... | |
| virtual | ~ISiRecObjs () |
| destructor - delete the pointers to the data. More... | |
| virtual int | numGammas () const = 0 |
| returns number of gammas. | |
| virtual int | numParticles () const = 0 |
| returns number of GFparticles. | |
| virtual double | getXGFparticleSlope (int i) = 0 |
| Get the X slope of the ith GFparticle. | |
| virtual double | getYGFparticleSlope (int i) = 0 |
| Get the Y slope of the ith GFparticle. | |
| virtual Point | getGammaVertex (int i) = 0 |
| get the vextex of the ith Gamma. | |
| virtual Vector | getGammaDirection (int i) = 0 |
| get the direction vector of the ith Gamma. | |
| virtual double | getXGFgammaSlope (int i) = 0 |
| Get the X slope of the ith GFgamma. | |
| virtual double | getYGFgammaSlope (int i) = 0 |
| Get the Y slope of the ith GFgamma. | |
Definition at line 30 of file ISiRecObjs.h.
|
|
constructor - ini the list.
Definition at line 37 of file ISiRecObjs.h. |
|
|
destructor - delete the pointers to the data.
Definition at line 39 of file ISiRecObjs.h. |
|
|
get the direction vector of the ith Gamma.
|
|
|
get the vextex of the ith Gamma.
|
|
|
Get the X slope of the ith GFgamma.
|
|
|
Get the X slope of the ith GFparticle.
|
|
|
Get the Y slope of the ith GFgamma.
|
|
|
Get the Y slope of the ith GFparticle.
|
|
|
returns number of gammas.
|
|
|
returns number of GFparticles.
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000