Import Geant4 10.5.1 source tree
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
~Par01CalorimeterHit();
|
||||
Par01CalorimeterHit(const Par01CalorimeterHit &right);
|
||||
const Par01CalorimeterHit& operator=(const Par01CalorimeterHit &right);
|
||||
G4int operator==(const Par01CalorimeterHit &right) const;
|
||||
G4bool operator==(const Par01CalorimeterHit &right) const;
|
||||
|
||||
|
||||
inline void *operator new(size_t);
|
||||
|
||||
@@ -47,7 +47,7 @@ public:
|
||||
inline void SetPosition(const G4ThreeVector& point) {fPoint = point;}
|
||||
inline G4ThreeVector GetPosition() const {return fPoint;}
|
||||
|
||||
G4int operator==(const Par01EnergySpot& eSpot) const
|
||||
G4bool operator==(const Par01EnergySpot& eSpot) const
|
||||
{
|
||||
return (fEnergy==eSpot.fEnergy && fPoint==eSpot.fPoint) ? 1 : 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user