Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -40,17 +40,14 @@ class G4Event;
|
||||
class RE03PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
|
||||
{
|
||||
public:
|
||||
RE03PrimaryGeneratorAction();
|
||||
RE03PrimaryGeneratorAction();
|
||||
virtual ~RE03PrimaryGeneratorAction();
|
||||
|
||||
public:
|
||||
virtual void GeneratePrimaries(G4Event*);
|
||||
|
||||
private:
|
||||
G4ParticleGun* fParticleGun;
|
||||
|
||||
G4ParticleGun* fParticleGun;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user