Import Geant4 10.5.1 source tree
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user