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
@@ -69,7 +69,7 @@ const LXePMTHit& LXePMTHit::operator=(const LXePMTHit &right){
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
G4int LXePMTHit::operator==(const LXePMTHit &right) const{
G4bool LXePMTHit::operator==(const LXePMTHit &right) const{
return (fPmtNumber==right.fPmtNumber);
}
@@ -70,7 +70,7 @@ const LXeScintHit& LXeScintHit::operator=(const LXeScintHit &right){
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
G4int LXeScintHit::operator==(const LXeScintHit&) const{
G4bool LXeScintHit::operator==(const LXeScintHit&) const{
return false;
//returns false because there currently isnt need to check for equality yet
}