Class CellWrapperAT
- class CellWrapperAT
- derived from ICellWrapper
Wrapper class for AtlfastF Cells for comparison
with Athena Atlfast Cells.
Method Summary |
virtual const double | eta() IKinematic interface method |
virtual const int | numberOfHits() IKinematic interface method |
virtual const std::vector | particles() Returns particles which have contributed energy to the cell |
virtual const double | phi() IKinematic interface method |
virtual const double | pT() IKinematic interface method |
m_cell
private ATLFCellObject * m_cell
- AtlfastF cell from which this object was made.
CellWrapperAT
public CellWrapperAT(const :: ATLFCellObject & c)
- Constructs from AtlfastF CellObject
CellWrapperAT
public CellWrapperAT(const :: ATLFCellObject * c)
- Constructs from AtlfastF CellObject pointer
CellWrapperAT
public CellWrapperAT()
- Constructs from default ATLFCellObject
~CellWrapperAT
public virtual ~CellWrapperAT()
eta
public virtual const double eta()
- IKinematic interface method
numberOfHits
public virtual const int numberOfHits()
- IKinematic interface method
particles
public virtual const std::vector particles()
- Returns particles which have contributed energy to the cell
phi
public virtual const double phi()
- IKinematic interface method
pT
public virtual const double pT()
- IKinematic interface method
to Class ATLFCellObject- AtlfastF cell from which this object was made.