Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (16 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

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

Legend:

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

    r1197 r1228  
    2525//
    2626// $Id: G4AdjointCrossSurfChecker.hh,v 1.2 2009/11/18 18:04:11 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929/////////////////////////////////////////////////////////////////////////////////
  • trunk/source/tracking/include/G4AdjointSteppingAction.hh

    r1197 r1228  
    2525//
    2626// $Id: G4AdjointSteppingAction.hh,v 1.3 2009/11/20 14:24:34 ldesorgh Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929/////////////////////////////////////////////////////////////////////////////////
  • trunk/source/tracking/include/G4RichTrajectory.hh

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4RichTrajectory.hh,v 1.5 2009/11/12 09:09:56 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4RichTrajectory.hh,v 1.6 2009/11/24 10:04:14 perl Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//---------------------------------------------------------------
     
    4242//     4) physical volume and next physical volume;
    4343//     5) creator process;
     44//   ...and much more.
    4445//
    4546// Contact:
     
    5859
    5960#include "G4Trajectory.hh"
     61
     62#include "G4TouchableHandle.hh"
    6063
    6164typedef std::vector<G4VTrajectoryPoint*>  RichTrajectoryPointsContainer;
     
    9295  // Extended information (only publicly accessible through AttValues)...
    9396  RichTrajectoryPointsContainer* fpRichPointsContainer;
    94   G4VPhysicalVolume* fpInitialVolume;
    95   G4VPhysicalVolume* fpInitialNextVolume;
    96   const G4VProcess*  fpCreatorProcess;
    97   G4double           fFinalKineticEnergy;
     97  G4TouchableHandle fpInitialVolume;
     98  G4TouchableHandle fpInitialNextVolume;
     99  const G4VProcess* fpCreatorProcess;
     100  G4TouchableHandle fpFinalVolume;
     101  G4TouchableHandle fpFinalNextVolume;
     102  const G4VProcess* fpEndingProcess;
     103  G4double          fFinalKineticEnergy;
    98104
    99105};
  • trunk/source/tracking/include/G4RichTrajectoryPoint.hh

    r1196 r1228  
    2525//
    2626//
    27 // $Id: G4RichTrajectoryPoint.hh,v 1.6 2009/11/12 09:09:56 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4RichTrajectoryPoint.hh,v 1.7 2009/11/24 10:04:14 perl Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//---------------------------------------------------------------
     
    4040//     2) Auxiliary points, as in G4SmoothTrajectory.
    4141//     3) Total energy deposit.
    42 //     4) Procees defining end of step.
    43 //     5) Global time (from start of event) at pre- amd post-step.
     42//     4) Remaining energy.
     43//     5) Process defining end of step.
     44//     6) Global time (from start of event) at pre- amd post-step.
     45//   ...and more.
    4446//
    4547// Contact:
     
    5961#include "G4TrajectoryPoint.hh"
    6062
     63#include "G4TouchableHandle.hh"
    6164#include "G4ThreeVector.hh"
    6265#include <vector>
     
    101104  G4double fPreStepPointGlobalTime;
    102105  G4double fPostStepPointGlobalTime;
     106  G4TouchableHandle fpPreStepPointVolume;
     107  G4TouchableHandle fpPostStepPointVolume;
    103108};
    104109
  • trunk/source/tracking/include/G4SmoothTrajectory.hh

    r1196 r1228  
    2626//
    2727// $Id: G4SmoothTrajectory.hh,v 1.12 2009/11/12 09:09:56 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//---------------------------------------------------------------
  • trunk/source/tracking/include/G4SmoothTrajectoryPoint.hh

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

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

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

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

    r1196 r1228  
    2626//
    2727// $Id: G4TrackingMessenger.hh,v 1.10 2006/06/29 21:15:39 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//---------------------------------------------------------------
  • trunk/source/tracking/include/G4Trajectory.hh

    r1196 r1228  
    2626//
    2727// $Id: G4Trajectory.hh,v 1.25 2009/11/12 09:09:56 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//---------------------------------------------------------------
  • trunk/source/tracking/include/G4TrajectoryPoint.hh

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

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

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

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

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

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