Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Atlfast::TransportedParticle Class Reference

#include <TransportedParticle.h>

List of all members.


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

Constructor & Destructor Documentation

Atlfast::TransportedParticle::TransportedParticle double    phi,
const HepMC::GenParticle *    p
[inline]
 

Definition at line 16 of file TransportedParticle.h.

References m_particle, m_phi, and phi().

00016                                                               :
00017       m_phi(phi), m_particle(p){}
    ~TransportedParticle() {}

Atlfast::TransportedParticle::~TransportedParticle   [inline]
 

Definition at line 18 of file TransportedParticle.h.

00018 {}

Member Function Documentation

Phi Atlfast::TransportedParticle::phi   const [inline]
 

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;}

const HepMC::GenParticle* Atlfast::TransportedParticle::particle   const [inline]
 

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;};

Member Data Documentation

const Phi Atlfast::TransportedParticle::m_phi [private]
 

Definition at line 22 of file TransportedParticle.h.

Referenced by phi(), and TransportedParticle().

const HepMC::GenParticle* Atlfast::TransportedParticle::m_particle [private]
 

Definition at line 23 of file TransportedParticle.h.

Referenced by particle(), and TransportedParticle().


The documentation for this class was generated from the following file:
Generated on Tue Mar 18 11:19:01 2003 for AtlfastAlgs by doxygen1.3-rc1