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

FastShower::GridletForger::selectShowerer Class Reference

Collaboration diagram for FastShower::GridletForger::selectShowerer:

Collaboration graph
[legend]
List of all members.

Public Methods

 selectShowerer (ParticleParameters &pp, Gridlet *g)
bool operator() (IShowererSelector *iss)

Private Attributes

ParticleParameters m_pp
Gridletm_g

Constructor & Destructor Documentation

FastShower::GridletForger::selectShowerer::selectShowerer ParticleParameters   pp,
Gridlet   g
[inline]
 

Definition at line 97 of file GridletForger.h.

References m_g, and m_pp.

00097 :m_pp(pp),m_g(g){}

Member Function Documentation

bool FastShower::GridletForger::selectShowerer::operator() IShowererSelector   iss [inline]
 

Definition at line 98 of file GridletForger.h.

References FastShower::IShowererSelector::accept(), m_g, and m_pp.

00098                                              {
00099         //selection conditions using pp
00100         return iss->accept(m_pp, m_g);
00101       }

Member Data Documentation

ParticleParameters FastShower::GridletForger::selectShowerer::m_pp [private]
 

Definition at line 103 of file GridletForger.h.

Referenced by operator()(), and selectShowerer().

Gridlet* FastShower::GridletForger::selectShowerer::m_g [private]
 

Definition at line 104 of file GridletForger.h.

Referenced by operator()(), and selectShowerer().


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