#include <TransportedParticle.h>
Public Methods | |
TransportedParticle (double phi, const HepMC::GenParticle *p) | |
~TransportedParticle () | |
Phi | phi () const |
const HepMC::GenParticle * | particle () const |
Private Attributes | |
const Phi | m_phi |
const HepMC::GenParticle * | m_particle |
|
Definition at line 16 of file TransportedParticle.h. References m_particle, m_phi, and phi().
00016 : 00017 m_phi(phi), m_particle(p){} ~TransportedParticle() {} |
|
Definition at line 18 of file TransportedParticle.h.
00018 {} |
|
Definition at line 19 of file TransportedParticle.h. References m_phi. Referenced by Atlfast::CalSection::index(), Atlfast::CalSection::newHit(), Atlfast::TryToShower::operator()(), Atlfast::CalSectionReject::operator()(), and TransportedParticle().
00019 {return m_phi;} |
|
Definition at line 20 of file TransportedParticle.h. References m_particle. Referenced by Atlfast::CalSection::index(), Atlfast::CalSection::newHit(), Atlfast::TryToShower::operator()(), and Atlfast::CalSectionReject::operator()().
00020 {return m_particle;}; |
|
Definition at line 22 of file TransportedParticle.h. Referenced by phi(), and TransportedParticle(). |
|
Definition at line 23 of file TransportedParticle.h. Referenced by particle(), and TransportedParticle(). |