Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4SDManager.hh 67992 2013-03-13 10:59:57Z gcosmo $
// $Id: G4SDManager.hh 81087 2014-05-20 15:44:27Z gcosmo $
//
#ifndef G4SDManager_h
@@ -100,6 +100,10 @@ class G4SDManager
{ return HCtable->entries(); }
inline G4HCtable* GetHCtable() const
{ return HCtable; }
private:
//Disable copy constructor and assignment operator
G4SDManager( const G4SDManager& );
G4SDManager& operator=(const G4SDManager&);
};
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4SensitiveVolumeList.hh 67992 2013-03-13 10:59:57Z gcosmo $
// $Id: G4SensitiveVolumeList.hh 81087 2014-05-20 15:44:27Z gcosmo $
//
// ------------------------------------------------------------
// GEANT 4 class header file --- Copyright CERN 1996
@@ -64,7 +64,7 @@ class G4SensitiveVolumeList
~G4SensitiveVolumeList();
//Assignment Operation
const G4SensitiveVolumeList & operator=(const G4SensitiveVolumeList &right
G4SensitiveVolumeList & operator=(const G4SensitiveVolumeList &right
);
//Equality Operations
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VReadOutGeometry.hh 67992 2013-03-13 10:59:57Z gcosmo $
// $Id: G4VReadOutGeometry.hh 81087 2014-05-20 15:44:27Z gcosmo $
//
// ------------------------------------------------------------
@@ -58,7 +58,7 @@ class G4VReadOutGeometry
protected:
G4VReadOutGeometry(const G4VReadOutGeometry &right);
const G4VReadOutGeometry & operator=(const G4VReadOutGeometry &right);
G4VReadOutGeometry & operator=(const G4VReadOutGeometry &right);
virtual G4bool FindROTouchable(G4Step*);
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VSensitiveDetector.hh 67992 2013-03-13 10:59:57Z gcosmo $
// $Id: G4VSensitiveDetector.hh 81087 2014-05-20 15:44:27Z gcosmo $
//
#ifndef G4VSensitiveDetector_h
@@ -60,7 +60,7 @@ class G4VSensitiveDetector
public:
virtual ~G4VSensitiveDetector();
const G4VSensitiveDetector & operator=(const G4VSensitiveDetector &right);
G4VSensitiveDetector & operator=(const G4VSensitiveDetector &right);
G4int operator==(const G4VSensitiveDetector &right) const;
G4int operator!=(const G4VSensitiveDetector &right) const;