Changeset 1196 for trunk/source/tracking/include
- Timestamp:
- Nov 25, 2009, 5:13:58 PM (16 years ago)
- Location:
- trunk/source/tracking/include
- Files:
-
- 15 edited
-
G4RichTrajectory.hh (modified) (2 diffs)
-
G4RichTrajectoryPoint.hh (modified) (2 diffs)
-
G4SmoothTrajectory.hh (modified) (4 diffs)
-
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) (3 diffs)
-
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/G4RichTrajectory.hh
r1011 r1196 25 25 // 26 26 // 27 // $Id: G4RichTrajectory.hh,v 1. 4 2006/06/29 21:15:23 gunterExp $28 // GEANT4 tag $Name: geant4-09-0 2-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 $ 29 29 // 30 30 //--------------------------------------------------------------- … … 95 95 G4VPhysicalVolume* fpInitialNextVolume; 96 96 const G4VProcess* fpCreatorProcess; 97 G4double fFinalKineticEnergy; 97 98 98 99 }; -
trunk/source/tracking/include/G4RichTrajectoryPoint.hh
r1011 r1196 25 25 // 26 26 // 27 // $Id: G4RichTrajectoryPoint.hh,v 1. 5 2006/09/27 20:42:52 asaimExp $28 // GEANT4 tag $Name: geant4-09-0 2-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 $ 29 29 // 30 30 //--------------------------------------------------------------- … … 97 97 std::vector<G4ThreeVector>* fpAuxiliaryPointVector; 98 98 G4double fTotEDep; 99 G4double fRemainingEnergy; 99 100 const G4VProcess* fpProcess; 100 101 G4double fPreStepPointGlobalTime; -
trunk/source/tracking/include/G4SmoothTrajectory.hh
r1011 r1196 25 25 // 26 26 // 27 // $Id: G4SmoothTrajectory.hh,v 1.1 1 2006/06/29 21:15:27 gunterExp $28 // GEANT4 tag $Name: geant4-09-0 2-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 $ 29 29 // 30 30 //--------------------------------------------------------------- … … 95 95 inline G4int GetPDGEncoding() const 96 96 { return PDGEncoding; } 97 inline G4double GetInitialKineticEnergy() const 98 { return initialKineticEnergy; } 97 99 inline G4ThreeVector GetInitialMomentum() const 98 100 { return initialMomentum; } … … 109 111 G4ParticleDefinition* GetParticleDefinition(); 110 112 111 // Get method for HEPRep style attributes113 // Get method for HEPRep style attributes 112 114 virtual const std::map<G4String,G4AttDef>* GetAttDefs() const; 113 115 virtual std::vector<G4AttValue>* CreateAttValues() const; … … 123 125 G4double PDGCharge; 124 126 G4String ParticleName; 127 G4double initialKineticEnergy; 125 128 G4ThreeVector initialMomentum; 126 129 -
trunk/source/tracking/include/G4SmoothTrajectoryPoint.hh
r1011 r1196 26 26 // 27 27 // $Id: G4SmoothTrajectoryPoint.hh,v 1.13 2006/06/29 21:15:29 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4SteppingManager.hh
r1011 r1196 26 26 // 27 27 // $Id: G4SteppingManager.hh,v 1.31 2007/10/09 03:51:06 tsasaki Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4SteppingVerbose.hh
r1011 r1196 26 26 // 27 27 // $Id: G4SteppingVerbose.hh,v 1.12 2006/06/29 21:15:33 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4TrackingManager.hh
r1011 r1196 26 26 // 27 27 // $Id: G4TrackingManager.hh,v 1.21 2006/11/14 10:58:47 tsasaki Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4TrackingMessenger.hh
r1011 r1196 26 26 // 27 27 // $Id: G4TrackingMessenger.hh,v 1.10 2006/06/29 21:15:39 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4Trajectory.hh
r1011 r1196 25 25 // 26 26 // 27 // $Id: G4Trajectory.hh,v 1.2 4 2006/06/29 21:15:41 gunterExp $28 // GEANT4 tag $Name: geant4-09-0 2-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 $ 29 29 // 30 30 //--------------------------------------------------------------- … … 101 101 inline G4int GetPDGEncoding() const 102 102 { return PDGEncoding; } 103 inline G4double GetInitialKineticEnergy() const 104 { return initialKineticEnergy; } 103 105 inline G4ThreeVector GetInitialMomentum() const 104 106 { return initialMomentum; } … … 128 130 G4double PDGCharge; 129 131 G4String ParticleName; 132 G4double initialKineticEnergy; 130 133 G4ThreeVector initialMomentum; 131 134 -
trunk/source/tracking/include/G4TrajectoryPoint.hh
r1011 r1196 26 26 // 27 27 // $Id: G4TrajectoryPoint.hh,v 1.17 2006/06/29 21:15:43 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4UserSteppingAction.hh
r1011 r1196 26 26 // 27 27 // $Id: G4UserSteppingAction.hh,v 1.12 2006/06/29 21:15:45 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4UserTrackingAction.hh
r1011 r1196 26 26 // 27 27 // $Id: G4UserTrackingAction.hh,v 1.11 2006/06/29 21:15:47 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // -
trunk/source/tracking/include/G4VSteppingVerbose.hh
r1011 r1196 26 26 // 27 27 // $Id: G4VSteppingVerbose.hh,v 1.24 2006/11/14 10:58:47 tsasaki Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4VTrajectory.hh
r1011 r1196 26 26 // 27 27 // $Id: G4VTrajectory.hh,v 1.17 2006/06/29 21:15:51 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //--------------------------------------------------------------- -
trunk/source/tracking/include/G4VTrajectoryPoint.hh
r1011 r1196 26 26 // 27 27 // $Id: G4VTrajectoryPoint.hh,v 1.15 2006/06/29 21:15:53 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //---------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
