Changeset 1337 for trunk/examples/extended/field/field04/src
- Timestamp:
- Sep 30, 2010, 2:47:17 PM (15 years ago)
- Location:
- trunk/examples/extended/field/field04/src
- Files:
-
- 2 edited
-
F04RunAction.cc (modified) (1 diff)
-
F04Trajectory.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/field/field04/src/F04RunAction.cc
r1230 r1337 36 36 37 37 #include "F04GlobalField.hh" 38 39 #include <ctime> 38 40 39 41 F04RunAction::F04RunAction() -
trunk/examples/extended/field/field04/src/F04Trajectory.cc
r807 r1337 98 98 } 99 99 100 void F04Trajectory::DrawTrajectory() const 101 { 102 // Invoke the default implementation in G4VTrajectory... 103 G4VTrajectory::DrawTrajectory(); 104 // ... or override with your own code here. 105 } 106 100 107 void F04Trajectory::DrawTrajectory(G4int i_mode) const 101 108 {
Note:
See TracChangeset
for help on using the changeset viewer.
