Public Methods | |
HaloProxToGeom (HaloDepositor::HaloDepIter pdIter, IDeposits &deposits) | |
gathers theta, phi and energy to give to an IDepositor | |
void | operator() (std::pair< int, int > geom) |
Private Attributes | |
HaloDepositor::HaloDepIter | m_proxIter |
IDeposits & | m_deposits |
|
gathers theta, phi and energy to give to an IDepositor
Definition at line 78 of file HaloDepositor.cxx.
00078 : 00079 m_proxIter(pdIter), m_deposits(deposits){} |
|
Definition at line 81 of file HaloDepositor.cxx.
00081 { 00082 //cout<<"HaloDepositor HaloProxToGeom: [eta,phi]: [" 00083 // <<geom.first<<","<<geom.second<<"]"<<endl; 00084 m_deposits.accept(geom.first, geom.second, *m_proxIter++); 00085 } |
|
Definition at line 88 of file HaloDepositor.cxx. |
|
Definition at line 89 of file HaloDepositor.cxx. |