Import Geant4 5.2.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VUserTrackInformation.hh,v 1.3 2001/07/11 10:08:38 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-05-01 $
|
||||
// $Id: G4VUserTrackInformation.hh,v 1.4 2003/05/09 20:42:27 asaim Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02 $
|
||||
//
|
||||
//
|
||||
//---------------------------------------------------------------
|
||||
@@ -35,11 +35,11 @@
|
||||
// class for toring user's information associating with a G4Track
|
||||
// class object.
|
||||
//
|
||||
// It is user's responsibility that
|
||||
// 1) Concrete class derived from this class MUST use G4Allocator
|
||||
// for memory management
|
||||
// 2) Construct a concrete class object and set the pointer to
|
||||
// It is user's responsibility
|
||||
// 1) Construct a concrete class object and set the pointer to
|
||||
// proper G4Track object
|
||||
// 2) Concrete class derived from this class is expected to use G4Allocator
|
||||
// for memory management or something equivarent for performance reason
|
||||
//
|
||||
// To set a pointer of a concrete class object to G4Track in
|
||||
// G4UserTrackingAction concrete implementation, given the G4Track
|
||||
|
||||
Reference in New Issue
Block a user