Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Region.hh,v 1.17 2006/06/29 18:31:05 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4Region.hh,v 1.19 2007/04/28 01:48:29 asaim Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
// class G4Region
//
@@ -49,6 +49,7 @@ class G4MaterialCutsCouple;
class G4UserLimits;
class G4FastSimulationManager;
class G4VPhysicalVolume;
class G4UserSteppingAction;
#include <vector>
#include <map>
@@ -163,6 +164,10 @@ class G4Region
// Flag 'unique' is true if there is only one parent region containing
// the current region.
inline void SetRegionalSteppingAction(G4UserSteppingAction* rusa);
inline G4UserSteppingAction* GetRegionalSteppingAction() const;
// Set/Get method of the regional user stepping action
public: // without description
G4Region(__void__&);
@@ -197,6 +202,8 @@ class G4Region
G4FastSimulationManager* fFastSimulationManager;
G4VPhysicalVolume* fWorldPhys;
G4UserSteppingAction* fRegionalSteppingAction;
};
#include "G4Region.icc"