# | Line 3 | Line 3 | |
---|---|---|
3 | ||
4 | #include "Particle.h" | |
5 | ||
6 | + | /** |
7 | + | * @short generator particle class |
8 | + | * @author Thomas Peiffer |
9 | + | */ |
10 | + | |
11 | class GenParticle : public Particle{ | |
12 | public: | |
13 | GenParticle(){ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |