#include <PencilDepositor.h>
Inheritance diagram for FastShower::PencilDepositor:
Public Methods | |
PencilDepositor () | |
~PencilDepositor () | |
virtual void | deposit (const ParticleParameters &, const Normalisations &, IDeposits &) |
virtual IDepositor * | clone () const |
needed by showerer copy constructor.... | |
virtual void | components (IDebug::Cpts &) const |
Static Public Attributes | |
const std::size_t | s_nPencilCells = 14 |
|
Definition at line 7 of file PencilDepositor.cxx. Referenced by clone().
00007 { 00008 } |
|
Definition at line 9 of file PencilDepositor.cxx.
00009 { 00010 } |
|
Implements FastShower::IDepositor. Definition at line 11 of file PencilDepositor.cxx. References FastShower::IDeposits::accept(), and FastShower::Normalisations::pencil().
00013 { 00014 geomDeposits.accept( 0, 0, ns.pencil() ); 00015 } |
|
needed by showerer copy constructor....
Implements FastShower::IDepositor. Definition at line 17 of file PencilDepositor.cxx. References PencilDepositor().
00017 { 00018 IDepositor* d = new PencilDepositor(*this); 00019 return d; 00020 } |
|
Reimplemented from FastShower::DebugBase. Definition at line 22 of file PencilDepositor.cxx.
00022 { 00023 v.clear(); 00024 } |
|
Definition at line 27 of file PencilDepositor.h. |