Import Geant4 10.5.1 source tree
This commit is contained in:
@@ -79,7 +79,7 @@ const GammaRayTelAnticoincidenceHit& GammaRayTelAnticoincidenceHit::operator=(co
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
int GammaRayTelAnticoincidenceHit::operator==(const GammaRayTelAnticoincidenceHit& right) const
|
||||
G4bool GammaRayTelAnticoincidenceHit::operator==(const GammaRayTelAnticoincidenceHit& right) const
|
||||
{
|
||||
return((EdepACD==right.EdepACD)&&(ACDTileNumber==right.ACDTileNumber)&&(IsACDPlane==right.IsACDPlane)&& (pos==right.pos));
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ const GammaRayTelCalorimeterHit& GammaRayTelCalorimeterHit::operator=(const Gamm
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
int GammaRayTelCalorimeterHit::operator==(const GammaRayTelCalorimeterHit& right) const
|
||||
G4bool GammaRayTelCalorimeterHit::operator==(const GammaRayTelCalorimeterHit& right) const
|
||||
{
|
||||
return((EdepCAL==right.EdepCAL)&&(CALBarNumber==right.CALBarNumber)&&(CALPlaneNumber==right.CALPlaneNumber)&&(IsCALPlane==right.IsCALPlane)&& (pos==right.pos));
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@ const GammaRayTelDigi& GammaRayTelDigi::operator=(const GammaRayTelDigi& right)
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
int GammaRayTelDigi::operator==(const GammaRayTelDigi& right) const
|
||||
G4bool GammaRayTelDigi::operator==(const GammaRayTelDigi& right) const
|
||||
{
|
||||
return ((PlaneType==right.PlaneType)&&(PlaneNumber==right.PlaneNumber)&&(StripNumber==right.StripNumber)&&(DigiType==right.DigiType)&&(Energy==right.Energy));
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ const GammaRayTelTrackerHit& GammaRayTelTrackerHit::operator=(const GammaRayTelT
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
int GammaRayTelTrackerHit::operator==(const GammaRayTelTrackerHit& right) const
|
||||
G4bool GammaRayTelTrackerHit::operator==(const GammaRayTelTrackerHit& right) const
|
||||
{
|
||||
return((EdepSil==right.EdepSil)&&(NStrip==right.NStrip)&&(IsXPlane==right.IsXPlane)&& (pos==right.pos));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user