Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
+11 -2
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Trajectory.cc,v 1.33 2009/11/12 09:09:56 allison Exp $
// GEANT4 tag $Name: geant4-09-03 $
// $Id: G4Trajectory.cc,v 1.35 2010/06/16 20:03:00 allison Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
//
// ---------------------------------------------------------------
//
@@ -114,6 +114,15 @@ void G4Trajectory::ShowTrajectory(std::ostream& os) const
// ... or override with your own code here.
}
/***
void G4Trajectory::DrawTrajectory() const
{
// Invoke the default implementation in G4VTrajectory...
G4VTrajectory::DrawTrajectory();
// ... or override with your own code here.
}
***/
void G4Trajectory::DrawTrajectory(G4int i_mode) const
{
// Invoke the default implementation in G4VTrajectory...