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

update CVS release candidate geant4.9.3.01

Location:
trunk/source/tracking/include
Files:
15 edited

Legend:

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

    r1011 r1196  
    2525//
    2626//
    27 // $Id: G4RichTrajectory.hh,v 1.4 2006/06/29 21:15:23 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4RichTrajectory.hh,v 1.5 2009/11/12 09:09:56 allison Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
     
    9595  G4VPhysicalVolume* fpInitialNextVolume;
    9696  const G4VProcess*  fpCreatorProcess;
     97  G4double           fFinalKineticEnergy;
    9798
    9899};
  • trunk/source/tracking/include/G4RichTrajectoryPoint.hh

    r1011 r1196  
    2525//
    2626//
    27 // $Id: G4RichTrajectoryPoint.hh,v 1.5 2006/09/27 20:42:52 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4RichTrajectoryPoint.hh,v 1.6 2009/11/12 09:09:56 allison Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
     
    9797  std::vector<G4ThreeVector>* fpAuxiliaryPointVector;
    9898  G4double fTotEDep;
     99  G4double fRemainingEnergy;
    99100  const G4VProcess* fpProcess;
    100101  G4double fPreStepPointGlobalTime;
  • trunk/source/tracking/include/G4SmoothTrajectory.hh

    r1011 r1196  
    2525//
    2626//
    27 // $Id: G4SmoothTrajectory.hh,v 1.11 2006/06/29 21:15:27 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4SmoothTrajectory.hh,v 1.12 2009/11/12 09:09:56 allison Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
     
    9595   inline G4int GetPDGEncoding() const
    9696   { return PDGEncoding; }
     97   inline G4double GetInitialKineticEnergy() const
     98   { return initialKineticEnergy; }
    9799   inline G4ThreeVector GetInitialMomentum() const
    98100   { return initialMomentum; }
     
    109111   G4ParticleDefinition* GetParticleDefinition();
    110112
    111  // Get method for HEPRep style attributes
     113// Get method for HEPRep style attributes
    112114   virtual const std::map<G4String,G4AttDef>* GetAttDefs() const;
    113115   virtual std::vector<G4AttValue>* CreateAttValues() const;
     
    123125  G4double                  PDGCharge;
    124126  G4String                  ParticleName;
     127  G4double                  initialKineticEnergy;
    125128  G4ThreeVector             initialMomentum;
    126129
  • trunk/source/tracking/include/G4SmoothTrajectoryPoint.hh

    r1011 r1196  
    2626//
    2727// $Id: G4SmoothTrajectoryPoint.hh,v 1.13 2006/06/29 21:15:29 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
  • trunk/source/tracking/include/G4SteppingManager.hh

    r1011 r1196  
    2626//
    2727// $Id: G4SteppingManager.hh,v 1.31 2007/10/09 03:51:06 tsasaki Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
  • trunk/source/tracking/include/G4SteppingVerbose.hh

    r1011 r1196  
    2626//
    2727// $Id: G4SteppingVerbose.hh,v 1.12 2006/06/29 21:15:33 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
  • trunk/source/tracking/include/G4TrackingManager.hh

    r1011 r1196  
    2626//
    2727// $Id: G4TrackingManager.hh,v 1.21 2006/11/14 10:58:47 tsasaki Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
  • trunk/source/tracking/include/G4TrackingMessenger.hh

    r1011 r1196  
    2626//
    2727// $Id: G4TrackingMessenger.hh,v 1.10 2006/06/29 21:15:39 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
  • 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
  • trunk/source/tracking/include/G4TrajectoryPoint.hh

    r1011 r1196  
    2626//
    2727// $Id: G4TrajectoryPoint.hh,v 1.17 2006/06/29 21:15:43 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
  • trunk/source/tracking/include/G4UserSteppingAction.hh

    r1011 r1196  
    2626//
    2727// $Id: G4UserSteppingAction.hh,v 1.12 2006/06/29 21:15:45 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
  • trunk/source/tracking/include/G4UserTrackingAction.hh

    r1011 r1196  
    2626//
    2727// $Id: G4UserTrackingAction.hh,v 1.11 2006/06/29 21:15:47 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/tracking/include/G4VSteppingVerbose.hh

    r1011 r1196  
    2626//
    2727// $Id: G4VSteppingVerbose.hh,v 1.24 2006/11/14 10:58:47 tsasaki Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
  • trunk/source/tracking/include/G4VTrajectory.hh

    r1011 r1196  
    2626//
    2727// $Id: G4VTrajectory.hh,v 1.17 2006/06/29 21:15:51 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
  • trunk/source/tracking/include/G4VTrajectoryPoint.hh

    r1011 r1196  
    2626//
    2727// $Id: G4VTrajectoryPoint.hh,v 1.15 2006/06/29 21:15:53 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//---------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.