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