Import Geant4 10.5.1 source tree

This commit is contained in:
Gabriele Cosmo
2019-04-17 10:39:02 +02:00
parent a7fdc52004
commit 28a70706e0
661 changed files with 55791 additions and 106984 deletions
@@ -83,8 +83,8 @@ class G4CRMCModel : public G4HadronicInteraction {
G4HadFinalState* ApplyYourself( const G4HadProjectile &theProjectile, G4Nucleus &theNucleus );
G4ParticleDefinition* GetParticleDefinition( long particle_id );
private:
G4int operator==( G4CRMCModel& right );
G4int operator!=( G4CRMCModel& right );
G4bool operator==( G4CRMCModel& right );
G4bool operator!=( G4CRMCModel& right );
void WelcomeMessage () const;
G4int CurrentEvent;
G4int verbose;
@@ -88,11 +88,11 @@ public:
private:
G4int operator==(G4HIJING_Model& right) {
G4bool operator==(G4HIJING_Model& right) {
return (this == &right);
}
G4int operator!=(G4HIJING_Model& right) {
G4bool operator!=(G4HIJING_Model& right) {
return (this != &right);
}
@@ -90,8 +90,8 @@ public:
private:
G4int operator==(G4UrQMD1_3Model& right);
G4int operator!=(G4UrQMD1_3Model& right);
G4bool operator==(G4UrQMD1_3Model& right);
G4bool operator!=(G4UrQMD1_3Model& right);
void InitialiseDataTables();