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

HecGeometry Class Reference

#include <HecGeometry.h>

List of all members.

Public Methods

 HecGeometry (string geoFileName)
 Contructor. More...

int iEta (int adcNumber)
 get the integer eta Coord. More...

int iPhi (int adcNumber)
 get the integer phi coordinate. More...

int iZ (int adcNumber)
 get the integer Z coordinate. More...

vector< int > adcNumbers (int etaStart, int etaFinish, int phiStart, int phiFinish, int zStart, int zFinish)
 Return a vector containing a list of the acdNumber for the given cordinate range. More...


Constructor & Destructor Documentation

HecGeometry::HecGeometry string    geoFileName
 

Contructor.

Parameters:
geoFileName  The name of the Geometry File. Can be relative or absolute path


Member Function Documentation

vector< int > HecGeometry::adcNumbers int    etaStart,
int    etaFinish,
int    phiStart,
int    phiFinish,
int    zStart,
int    zFinish
 

Return a vector containing a list of the acdNumber for the given cordinate range.

Rememeber that you can use all the propertes of STL vectors.

int HecGeometry::iEta int    adcNumber
 

get the integer eta Coord.

int HecGeometry::iPhi int    adcNumber
 

get the integer phi coordinate.

int HecGeometry::iZ int    adcNumber
 

get the integer Z coordinate.


The documentation for this class was generated from the following files:
Generated on Fri Aug 15 10:52:05 2003 for TBRootAna by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002