Import Geant4 4.1.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4StackManager.hh,v 1.8 2001/07/19 00:14:16 asaim Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
// $Id: G4StackManager.hh,v 1.9 2002/05/29 22:51:45 asaim Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
//
|
||||
//
|
||||
|
||||
@@ -93,11 +93,18 @@ class G4StackManager
|
||||
// method, which invokes this method.
|
||||
|
||||
void TransferStackedTracks(G4ClassificationOfNewTrack origin, G4ClassificationOfNewTrack destination);
|
||||
// Transfter stacked track from the origin stack to the destination stack.
|
||||
// Transfter all stacked tracks from the origin stack to the destination stack.
|
||||
// The destination stack needs not be empty.
|
||||
// If the destination is fKill, tracks are deleted.
|
||||
// If the origin is fKill, nothing happen.
|
||||
|
||||
void TransferOneStackedTrack(G4ClassificationOfNewTrack origin, G4ClassificationOfNewTrack destination);
|
||||
// Transfter one stacked track from the origin stack to the destination stack.
|
||||
// The transfered track is the one which came last to the origin stack.
|
||||
// The destination stack needs not be empty.
|
||||
// If the destination is fKill, the track is deleted.
|
||||
// If the origin is fKill, nothing happen.
|
||||
|
||||
private:
|
||||
G4UserStackingAction * userStackingAction;
|
||||
G4int verboseLevel;
|
||||
|
||||
Reference in New Issue
Block a user