Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -40,12 +40,12 @@ class LXePrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
|
||||
{
|
||||
public:
|
||||
LXePrimaryGeneratorAction();
|
||||
~LXePrimaryGeneratorAction();
|
||||
~LXePrimaryGeneratorAction() override;
|
||||
|
||||
void GeneratePrimaries(G4Event* anEvent) override;
|
||||
|
||||
private:
|
||||
G4ParticleGun* fParticleGun;
|
||||
G4ParticleGun* fParticleGun = nullptr;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user