Changeset 1228 for trunk/source/tracking/include
- Timestamp:
- Jan 8, 2010, 11:56:51 AM (16 years ago)
- Location:
- trunk/source/tracking/include
- Files:
-
- 17 edited
-
G4AdjointCrossSurfChecker.hh (modified) (1 diff)
-
G4AdjointSteppingAction.hh (modified) (1 diff)
-
G4RichTrajectory.hh (modified) (4 diffs)
-
G4RichTrajectoryPoint.hh (modified) (4 diffs)
-
G4SmoothTrajectory.hh (modified) (1 diff)
-
G4SmoothTrajectoryPoint.hh (modified) (1 diff)
-
G4SteppingManager.hh (modified) (1 diff)
-
G4SteppingVerbose.hh (modified) (1 diff)
-
G4TrackingManager.hh (modified) (1 diff)
-
G4TrackingMessenger.hh (modified) (1 diff)
-
G4Trajectory.hh (modified) (1 diff)
-
G4TrajectoryPoint.hh (modified) (1 diff)
-
G4UserSteppingAction.hh (modified) (1 diff)
-
G4UserTrackingAction.hh (modified) (1 diff)
-
G4VSteppingVerbose.hh (modified) (1 diff)
-
G4VTrajectory.hh (modified) (1 diff)
-
G4VTrajectoryPoint.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/tracking/include/G4AdjointCrossSurfChecker.hh
r1197 r1228 25 25 // 26 26 // $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 $ 28 28 // 29 29 ///////////////////////////////////////////////////////////////////////////////// -
trunk/source/tracking/include/G4AdjointSteppingAction.hh
r1197 r1228 25 25 // 26 26 // $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 $ 28 28 // 29 29 ///////////////////////////////////////////////////////////////////////////////// -
trunk/source/tracking/include/G4RichTrajectory.hh
r1196 r1228 25 25 // 26 26 // 27 // $Id: G4RichTrajectory.hh,v 1. 5 2009/11/12 09:09:56 allisonExp $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 $ 29 29 // 30 30 //--------------------------------------------------------------- … … 42 42 // 4) physical volume and next physical volume; 43 43 // 5) creator process; 44 // ...and much more. 44 45 // 45 46 // Contact: … … 58 59 59 60 #include "G4Trajectory.hh" 61 62 #include "G4TouchableHandle.hh" 60 63 61 64 typedef std::vector<G4VTrajectoryPoint*> RichTrajectoryPointsContainer; … … 92 95 // Extended information (only publicly accessible through AttValues)... 93 96 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; 98 104 99 105 }; -
trunk/source/tracking/include/G4RichTrajectoryPoint.hh
r1196 r1228 25 25 // 26 26 // 27 // $Id: G4RichTrajectoryPoint.hh,v 1. 6 2009/11/12 09:09:56 allisonExp $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 $ 29 29 // 30 30 //--------------------------------------------------------------- … … 40 40 // 2) Auxiliary points, as in G4SmoothTrajectory. 41 41 // 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. 44 46 // 45 47 // Contact: … … 59 61 #include "G4TrajectoryPoint.hh" 60 62 63 #include "G4TouchableHandle.hh" 61 64 #include "G4ThreeVector.hh" 62 65 #include <vector> … … 101 104 G4double fPreStepPointGlobalTime; 102 105 G4double fPostStepPointGlobalTime; 106 G4TouchableHandle fpPreStepPointVolume; 107 G4TouchableHandle fpPostStepPointVolume; 103 108 }; 104 109 -
trunk/source/tracking/include/G4SmoothTrajectory.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4SmoothTrajectoryPoint.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4SteppingManager.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4SteppingVerbose.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4TrackingManager.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4TrackingMessenger.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4Trajectory.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4TrajectoryPoint.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4UserSteppingAction.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4UserTrackingAction.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 // -
trunk/source/tracking/include/G4VSteppingVerbose.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4VTrajectory.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4VTrajectoryPoint.hh
r1196 r1228 26 26 // 27 27 // $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 $ 29 29 // 30 30 //---------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
