#include <CellDescriptor.h>
Public Methods | |
CellDescriptor () | |
CellDescriptor (double eta, double phi) | |
CellDescriptor (const CellDescriptor &otherCellDescriptor) | |
CellDescriptor & | operator= (const CellDescriptor &otherCellDescriptor) |
virtual | ~CellDescriptor () |
double | eta () const |
double | phi () const |
|
Constructor taking default eta/phi values |
|
Constructor taking supplied eta/phi values |
|
Copy constructor |
|
|
|
Gives eta position of cell. |
|
Assignment operator |
|
Gives phi position of cell. |