#include <ReconstructedParticle.h>
Inheritance diagram for Atlfast::ReconstructedParticle:
Public Methods | |
ReconstructedParticle (const int pdg_id, const HepLorentzVector &vec, const HepMC::GenParticle *progenitor) | |
ReconstructedParticle (const ReconstructedParticle &src) | |
ReconstructedParticle (const ReconstructedParticle *src) | |
ReconstructedParticle () | |
virtual | ~ReconstructedParticle () |
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 | pdg_id () const |
const HepMC::GenParticle * | truth () const |
virtual const CLID & | clID () const |
Retrieve pointer to class identifier. More... | |
virtual StreamBuffer & | serialize (StreamBuffer &s) |
Serialize the object for reading. More... | |
virtual StreamBuffer & | serialize (StreamBuffer &s) const |
Serialize the object for writing. More... | |
Static Public Methods | |
const CLID & | classID () |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from ContainedObject. |
|
Retrieve pointer to class identifier.
Reimplemented from ContainedObject. |
|
Reimplemented from Atlfast::IKinematic. |
|
Reimplemented from Atlfast::IKinematic. |
|
Reimplemented from Atlfast::IKinematic. |
|
Reimplemented from Atlfast::IKinematic. |
|
pdg identifier of particle |
|
Reimplemented from Atlfast::IKinematic. |
|
Reimplemented from Atlfast::IKinematic. |
|
Serialize the object for writing.
Reimplemented from ContainedObject. |
|
Serialize the object for reading.
Reimplemented from ContainedObject. |
|
Access to MC truth |