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 |
IDeposits & | m_deposits |
|
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){} |
|
Definition at line 36 of file CoreDepositor.cxx.
00036 { 00037 m_deposits.accept(geom.first, geom.second, *m_proxIter++); 00038 } |
|
Definition at line 41 of file CoreDepositor.cxx. |
|
Definition at line 42 of file CoreDepositor.cxx. |