Import Geant4 10.2.0 source tree
This commit is contained in:
@@ -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 ¶llelWorldName);
|
||||
void SetParallelWorld(G4VPhysicalVolume* parallelWorld);
|
||||
|
||||
//--------------------------------------------------------------
|
||||
@@ -162,8 +162,9 @@ private:
|
||||
G4double fGhostSafety;
|
||||
G4bool fOnBoundary;
|
||||
|
||||
G4bool paraflag;
|
||||
|
||||
G4bool fParaflag;
|
||||
G4FieldTrack fEndTrack;
|
||||
ELimited feLimited;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user