Import Geant4 10.5.1 source tree
This commit is contained in:
@@ -53,7 +53,7 @@ class LXePMTHit : public G4VHit
|
||||
LXePMTHit(const LXePMTHit &right);
|
||||
|
||||
const LXePMTHit& operator=(const LXePMTHit &right);
|
||||
G4int operator==(const LXePMTHit &right) const;
|
||||
G4bool operator==(const LXePMTHit &right) const;
|
||||
|
||||
inline void *operator new(size_t);
|
||||
inline void operator delete(void *aHit);
|
||||
|
||||
@@ -51,7 +51,7 @@ class LXeScintHit : public G4VHit
|
||||
virtual ~LXeScintHit();
|
||||
LXeScintHit(const LXeScintHit &right);
|
||||
const LXeScintHit& operator=(const LXeScintHit &right);
|
||||
G4int operator==(const LXeScintHit &right) const;
|
||||
G4bool operator==(const LXeScintHit &right) const;
|
||||
|
||||
inline void *operator new(size_t);
|
||||
inline void operator delete(void *aHit);
|
||||
|
||||
Reference in New Issue
Block a user