Import Geant4 11.2.0.beta source tree
This commit is contained in:
+4
-6
@@ -35,18 +35,16 @@
|
||||
class G4Event;
|
||||
class G4GeneralParticleSource;
|
||||
|
||||
class ExGflashPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
|
||||
class ExGflashPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
|
||||
{
|
||||
public:
|
||||
ExGflashPrimaryGeneratorAction();
|
||||
~ExGflashPrimaryGeneratorAction();
|
||||
~ExGflashPrimaryGeneratorAction() override;
|
||||
|
||||
virtual void GeneratePrimaries(G4Event* anEvent);
|
||||
void GeneratePrimaries(G4Event* anEvent) override;
|
||||
|
||||
private:
|
||||
G4GeneralParticleSource* fParticleGun;
|
||||
G4GeneralParticleSource* fParticleGun{nullptr};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user