Class CellWrapperAA
- class CellWrapperAA
- derived from ContainedObject, ICellWrapper
Wrapper class for Atlfast Athena Cells for comparison
with AtlfastF cells.
Method Summary |
virtual const double | eta() IKinematic interface method |
virtual const int | numberOfHits() Returns number of particles which have deposited energy in cell |
virtual const std::vector | particles() Returns particles which have deposited energy in cell |
virtual const double | phi() IKinematic interface method |
virtual const double | pT() IKinematic interface method |
m_cell
private const Cell * m_cell
CellWrapperAA
public CellWrapperAA(const Cell & c)
- Constructs from Cell object
CellWrapperAA
public CellWrapperAA(const Cell * c)
- Constructs from Cell object pointer
~CellWrapperAA
public virtual ~CellWrapperAA()
eta
public virtual const double eta()
- IKinematic interface method
numberOfHits
public virtual const int numberOfHits()
- Returns number of particles which have deposited energy in cell
particles
public virtual const std::vector particles()
- Returns particles which have deposited energy in cell
phi
public virtual const double phi()
- IKinematic interface method
pT
public virtual const double pT()
- IKinematic interface method
to Class Atlfast::Cell