LDMX Software
SimCore
src
SimCore
PhotoNuclearModels
NoPhotoNuclearModel.cxx
1
#include "SimCore/PhotoNuclearModels/NoPhotoNuclearModel.h"
2
3
namespace
simcore {
4
5
void
NoPhotoNuclearModel::ConstructGammaProcess
(
6
G4ProcessManager* processManager) {
7
// Do nothing
8
}
9
}
// namespace simcore
10
11
DECLARE_PHOTONUCLEAR_MODEL(
simcore::NoPhotoNuclearModel
);
simcore::NoPhotoNuclearModel
A photonuclear model that removes the photonNuclear process entirely.
Definition
NoPhotoNuclearModel.h:18
simcore::NoPhotoNuclearModel::ConstructGammaProcess
void ConstructGammaProcess(G4ProcessManager *processManager) override
The primary part of the model interface, responsible for adding the desired G4HadronicInteraction to ...
Definition
NoPhotoNuclearModel.cxx:5
Generated by
1.9.8