Changeset 1293 for trunk/source/tracking/include
- Timestamp:
- Jun 2, 2010, 10:23:13 AM (15 years ago)
- Location:
- trunk/source/tracking/include
- Files:
-
- 3 edited
-
G4SmoothTrajectory.hh (modified) (2 diffs)
-
G4Trajectory.hh (modified) (2 diffs)
-
G4VTrajectory.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/tracking/include/G4SmoothTrajectory.hh
r1228 r1293 25 25 // 26 26 // 27 // $Id: G4SmoothTrajectory.hh,v 1.1 2 2009/11/12 09:09:56allison Exp $28 // GEANT4 tag $Name: geant4-09-03 $27 // $Id: G4SmoothTrajectory.hh,v 1.13 2010/05/29 21:31:03 allison Exp $ 28 // GEANT4 tag $Name: tracking-V09-03-03 $ 29 29 // 30 30 //--------------------------------------------------------------- … … 102 102 // Other member functions 103 103 virtual void ShowTrajectory(std::ostream& os=G4cout) const; 104 virtual void DrawTrajectory(G4int i_mode=0) const; 104 virtual void DrawTrajectory() const; 105 virtual void DrawTrajectory(G4int i_mode) const; 105 106 virtual void AppendStep(const G4Step* aStep); 106 107 virtual int GetPointEntries() const { return positionRecord->size(); } -
trunk/source/tracking/include/G4Trajectory.hh
r1228 r1293 25 25 // 26 26 // 27 // $Id: G4Trajectory.hh,v 1.2 5 2009/11/12 09:09:56allison Exp $28 // GEANT4 tag $Name: geant4-09-03 $27 // $Id: G4Trajectory.hh,v 1.26 2010/05/29 21:31:03 allison Exp $ 28 // GEANT4 tag $Name: tracking-V09-03-03 $ 29 29 // 30 30 //--------------------------------------------------------------- … … 108 108 // Other member functions 109 109 virtual void ShowTrajectory(std::ostream& os=G4cout) const; 110 virtual void DrawTrajectory(G4int i_mode=0) const; 110 virtual void DrawTrajectory() const; 111 virtual void DrawTrajectory(G4int i_mode) const; 111 112 virtual void AppendStep(const G4Step* aStep); 112 113 virtual int GetPointEntries() const { return positionRecord->size(); } -
trunk/source/tracking/include/G4VTrajectory.hh
r1228 r1293 25 25 // 26 26 // 27 // $Id: G4VTrajectory.hh,v 1.1 7 2006/06/29 21:15:51 gunterExp $28 // GEANT4 tag $Name: geant4-09-03 $27 // $Id: G4VTrajectory.hh,v 1.18 2010/05/29 21:31:03 allison Exp $ 28 // GEANT4 tag $Name: tracking-V09-03-03 $ 29 29 // 30 30 //--------------------------------------------------------------- … … 90 90 // the user needs to follow with new-line or end-of-string, 91 91 // depending on the nature of os. 92 virtual void DrawTrajectory(G4int i_mode=0) const; 92 virtual void DrawTrajectory() const; 93 virtual void DrawTrajectory(G4int i_mode) const; 93 94 // Draw the trajectory. A default implementation in this base 94 95 // class may be used or may be overridden in the concrete class.
Note:
See TracChangeset
for help on using the changeset viewer.
