Skip to content

Commit

Permalink
Doxygen comments added, as stated in #44 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
atolosadelgado committed Sep 25, 2023
1 parent ecf519e commit fd78837
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SimG4Components/src/SimG4OpticalPhysicsList.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
// FCCSW
#include "k4Interface/ISimG4PhysicsList.h"

/** @class SimG4OpticalPhysicsList SimG4Components/src/SimG4OpticalPhysicsList.h SimG4OpticalPhysicsList.h
*
* FTFP_BERT physics list + Optical photons physics lists tool.
*
* When instantiating the tool three booleans can be passed as arguments:
* --SetCerenkov, default true, to enable Cerenkov process
* --SetScintillation, default true, to enable Scintillation process
* --SetTransitionRadiation, default true, to enable Transition Radiation process
*
* @author Alvaro Tolosa-Delgado
*/

class SimG4OpticalPhysicsList : public AlgTool, virtual public ISimG4PhysicsList {
public:
explicit SimG4OpticalPhysicsList(const std::string& aType, const std::string& aName, const IInterface* aParent);
Expand Down

0 comments on commit fd78837

Please sign in to comment.