#include <IDeposits.h>
Inheritance diagram for FastShower::IDeposits:
Public Methods | |
virtual | ~IDeposits () |
virtual void | normalise (double)=0 |
scale all energy deposits | |
virtual void | accept (int eta, int phi, double e)=0 |
fill method | |
virtual void | reset ()=0 |
reset all deposits to 0. |
Definition at line 11 of file IDeposits.h.
|
Definition at line 3 of file IDeposits.cxx.
00003 {} |
|
scale all energy deposits
Implemented in FastShower::Deposits< T, hDimension >. |
|
fill method
Implemented in FastShower::Deposits< T, hDimension >. Referenced by FastShower::PencilDepositor::deposit(). |
|
reset all deposits to 0.
Implemented in FastShower::Deposits< T, hDimension >. |