Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
/// \file PrimaryGenerator.hh
|
||||
/// \brief Definition of the PrimaryGenerator class
|
||||
//
|
||||
//
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -43,11 +42,11 @@ class G4Event;
|
||||
class PrimaryGenerator : public G4VPrimaryGenerator
|
||||
{
|
||||
public:
|
||||
PrimaryGenerator();
|
||||
~PrimaryGenerator();
|
||||
PrimaryGenerator() = default;
|
||||
~PrimaryGenerator() override = default;
|
||||
|
||||
public:
|
||||
virtual void GeneratePrimaryVertex(G4Event*);
|
||||
void GeneratePrimaryVertex(G4Event*) override;
|
||||
};
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
Reference in New Issue
Block a user