Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ISiRecObjs Class Reference

#include <ISiRecObjs.h>

Inheritance diagram for ISiRecObjs:

DataObject List of all members.

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.


Detailed Description

ISiRecObjs striped down interface for the SiRecObjs class

Definition at line 30 of file ISiRecObjs.h.


Constructor & Destructor Documentation

ISiRecObjs::ISiRecObjs ( ) [inline]
 

constructor - ini the list.

Definition at line 37 of file ISiRecObjs.h.

ISiRecObjs::~ISiRecObjs ( ) [inline, virtual]
 

destructor - delete the pointers to the data.

Definition at line 39 of file ISiRecObjs.h.


Member Function Documentation

Vector ISiRecObjs::getGammaDirection ( int i ) [pure virtual]
 

get the direction vector of the ith Gamma.

Point ISiRecObjs::getGammaVertex ( int i ) [pure virtual]
 

get the vextex of the ith Gamma.

double ISiRecObjs::getXGFgammaSlope ( int i ) [pure virtual]
 

Get the X slope of the ith GFgamma.

double ISiRecObjs::getXGFparticleSlope ( int i ) [pure virtual]
 

Get the X slope of the ith GFparticle.

double ISiRecObjs::getYGFgammaSlope ( int i ) [pure virtual]
 

Get the Y slope of the ith GFgamma.

double ISiRecObjs::getYGFparticleSlope ( int i ) [pure virtual]
 

Get the Y slope of the ith GFparticle.

int ISiRecObjs::numGammas ( ) const [pure virtual]
 

returns number of gammas.

int ISiRecObjs::numParticles ( ) const [pure virtual]
 

returns number of GFparticles.


The documentation for this class was generated from the following file:
Generated at Wed Nov 21 12:22:53 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000