Ignore:
Timestamp:
Nov 25, 2009, 5:13:58 PM (15 years ago)
Author:
garnier
Message:

update CVS release candidate geant4.9.3.01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/tracking/include/G4Trajectory.hh

    r1011 r1196  
    2525//
    2626//
    27 // $Id: G4Trajectory.hh,v 1.24 2006/06/29 21:15:41 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4Trajectory.hh,v 1.25 2009/11/12 09:09:56 allison Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
     
    101101   inline G4int GetPDGEncoding() const
    102102   { return PDGEncoding; }
     103   inline G4double GetInitialKineticEnergy() const
     104   { return initialKineticEnergy; }
    103105   inline G4ThreeVector GetInitialMomentum() const
    104106   { return initialMomentum; }
     
    128130  G4double                  PDGCharge;
    129131  G4String                  ParticleName;
     132  G4double                  initialKineticEnergy;
    130133  G4ThreeVector             initialMomentum;
    131134
Note: See TracChangeset for help on using the changeset viewer.