#include <Cell.h>
Inheritance diagram for Atlfast::Cell:
Public Methods | |
Cell () | |
Cell (const CellDescriptor &cellID) | |
Cell (const Cell &) | |
Cell & | operator= (const Cell &) |
virtual | ~Cell () |
virtual const CLID & | clID () const |
void | newHit (const GenParticle *part) |
void | reset () |
virtual HepLorentzVector | momentum () const |
virtual double | eta () const |
virtual double | phi () const |
virtual double | pT () const |
virtual double | eT () const |
virtual double | mT () const |
int | numberOfHits () const |
std::vector< const GenParticle *> | particles () const |
virtual StreamBuffer & | serialize (StreamBuffer &s) |
virtual StreamBuffer & | serialize (StreamBuffer &s) const |
Static Public Methods | |
const CLID & | classID () |
|
Default Constructor |
|
Copy Constructor from CellDescriptor |
|
Copy Constructor from Cell |
|
Default Destructor |
|
Athena contained object method Reimplemented from ContainedObject. |
|
Athena contained object method Reimplemented from ContainedObject. |
|
IKinematic interface method. Reimplemented from Atlfast::IKinematic. |
|
IKinematic interface method. Reimplemented from Atlfast::IKinematic. |
|
IKinematic interface method. Reimplemented from Atlfast::IKinematic. |
|
IKinematic interface method. Reimplemented from Atlfast::IKinematic. |
|
Deposits HepMC::GenParticle within itself. |
|
Returns number of hits |
|
Assignment Operator |
|
Returns a vector of HepMC::GenParticles which have been deposited in the cell. |
|
IKinematic interface method. Reimplemented from Atlfast::IKinematic. |
|
IKinematic interface method. Reimplemented from Atlfast::IKinematic. |
|
Resets itself to an 'empty' state. Reimplemented from Atlfast::AssociationManager. |
|
Output streamer Reimplemented from ContainedObject. |
|
Input streamer Reimplemented from ContainedObject. |