Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4WeightWindowProcess.hh 66241 2012-12-13 18:34:42Z gunter $
// $Id: G4WeightWindowProcess.hh 88804 2015-03-10 17:12:21Z gcosmo $
//
// ----------------------------------------------------------------------
// Class G4MassWeioghtWindowProcess
@@ -57,7 +57,7 @@ class G4VTouchable;
#include "G4FieldTrack.hh"
#include "G4TouchableHandle.hh"
#include "G4MultiNavigator.hh" // For ELimited enum
class G4WeightWindowProcess : public G4VProcess, public G4VTrackTerminator
{
@@ -78,10 +78,10 @@ public: // with description
//--------------------------------------------------------------
// Set Paralle World
// Set Parallel World
//--------------------------------------------------------------
void SetParallelWorld(G4String parallelWorldName);
void SetParallelWorld(const G4String &parallelWorldName);
void SetParallelWorld(G4VPhysicalVolume* parallelWorld);
//--------------------------------------------------------------
@@ -162,8 +162,9 @@ private:
G4double fGhostSafety;
G4bool fOnBoundary;
G4bool paraflag;
G4bool fParaflag;
G4FieldTrack fEndTrack;
ELimited feLimited;
};
#endif