Import Geant4 3.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Track.hh,v 1.9 2000/10/18 15:00:09 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
// $Id: G4Track.hh,v 1.10 2001/01/18 12:25:08 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-03-01 $
|
||||
//
|
||||
//
|
||||
//---------------------------------------------------------------
|
||||
@@ -55,11 +55,13 @@ public: // With description
|
||||
|
||||
// Constructor
|
||||
G4Track();
|
||||
G4Track(const G4Track&);
|
||||
G4Track(G4DynamicParticle* apValueDynamicParticle,
|
||||
G4double aValueTime,
|
||||
const G4ThreeVector& aValuePosition);
|
||||
// aValueTime is a global time
|
||||
|
||||
G4Track& operator=(const G4Track&);
|
||||
//--------
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user