Unverified Commit 0a5ea467 authored by Stephan Lachnit's avatar Stephan Lachnit
Browse files

Add MCTrack and MCParticle in doxygen Objects group

parent ea455085
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@

namespace allpix {
    /**
     * @ingroup Objects
     * @brief Monte-Carlo particle through the sensor
     */
    class MCParticle : public Object {
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@

namespace allpix {
    /**
     * @ingroup Objects
     * @brief Monte-Carlo track through the world
     */
    class MCTrack : public Object {