Class CellDescriptor
- class CellDescriptor
ID class to represent a unique identifier to individual cells
Field Summary |
private double | m_eta Eta position of cell |
private double | m_phi Phi position of cell |
m_eta
private double m_eta
- Eta position of cell
m_phi
private double m_phi
- Phi position of cell
CellDescriptor
public CellDescriptor()
- Constructor taking default eta/phi values
CellDescriptor
public CellDescriptor(double eta, double phi)
- Constructor taking supplied eta/phi values
CellDescriptor
public CellDescriptor(const CellDescriptor & otherCellDescriptor)
- Copy constructor
~CellDescriptor
public virtual ~CellDescriptor()
eta
public const double eta()
- Gives eta position of cell.
operator=
public CellDescriptor & operator=(const CellDescriptor & otherCellDescriptor)
- Assignment operator
phi
public const double phi()
- Gives phi position of cell.