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

FastShower::ProxToGeom Class Reference

Collaboration diagram for FastShower::ProxToGeom:

Collaboration graph
[legend]
List of all members.

Public Methods

 ProxToGeom (CoreDepositor::ProxDepIter pdIter, IDeposits &deposits)
 gathers theta, phi and energy to give to an IDepositor

void operator() (std::pair< double, double > geom)

Private Attributes

CoreDepositor::ProxDepIter m_proxIter
IDepositsm_deposits

Constructor & Destructor Documentation

FastShower::ProxToGeom::ProxToGeom CoreDepositor::ProxDepIter    pdIter,
IDeposits   deposits
[inline]
 

gathers theta, phi and energy to give to an IDepositor

Definition at line 33 of file CoreDepositor.cxx.

00033                                                                     :
00034       m_proxIter(pdIter), m_deposits(deposits){}
    

Member Function Documentation

void FastShower::ProxToGeom::operator() std::pair< double, double >    geom [inline]
 

Definition at line 36 of file CoreDepositor.cxx.

00036                                                  {
00037       m_deposits.accept(geom.first, geom.second, *m_proxIter++);
00038     }

Member Data Documentation

CoreDepositor::ProxDepIter FastShower::ProxToGeom::m_proxIter [private]
 

Definition at line 41 of file CoreDepositor.cxx.

IDeposits& FastShower::ProxToGeom::m_deposits [private]
 

Definition at line 42 of file CoreDepositor.cxx.


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