Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 9051a0c

Browse files
committed
Brief documentation
1 parent d62991d commit 9051a0c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

include/SimCore/PhotoNuclearModels/NoPhotoNuclearModel.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
namespace simcore {
1010

11+
/**
12+
*
13+
* A photonuclear model that removes the photonNuclear process entirely. Be
14+
* careful when using that you aren't using any other part of ldmx-sw that
15+
* relies on the photonNuclear process being defined such as a biasing
16+
* operator for photonuclear reactions.
17+
**/
1118
class NoPhotoNuclearModel : public PhotoNuclearModel {
1219
public:
1320
NoPhotoNuclearModel(const std::string& name,

0 commit comments

Comments
 (0)