#include <HecGeometry.h>
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... |
|
Contructor.
|
|
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. |
|
get the integer eta Coord.
|
|
get the integer phi coordinate.
|
|
get the integer Z coordinate.
|