summaryrefslogtreecommitdiff
path: root/src/main/SingleBeam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/SingleBeam.h')
-rw-r--r--src/main/SingleBeam.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/SingleBeam.h b/src/main/SingleBeam.h
index 95451de..85038ca 100644
--- a/src/main/SingleBeam.h
+++ b/src/main/SingleBeam.h
@@ -13,6 +13,9 @@
namespace vhc {
+/** Represente un faisceau ne contenant qu'une seule particule.
+ * Existante pour des raisons de compatibilite.
+ * @see Accelerator::add(const Particle& p) */
class SingleBeam: public vhc::Beam {
public:
SingleBeam(const Particle& particle);