Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/parallel/ParN02/src/ExN02EventAction.cc

    r1230 r1337  
    2525//
    2626//
    27 // $Id: ExN02EventAction.cc,v 1.2 2006/06/29 17:34:41 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: ExN02EventAction.cc,v 1.3 2010/06/06 05:08:01 perl Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    3636#include "G4EventManager.hh"
    3737#include "G4TrajectoryContainer.hh"
    38 #include "G4Trajectory.hh"
    39 #include "G4VVisManager.hh"
    4038#include "G4ios.hh"
    4139
     
    7472           << " trajectories stored in this event." << G4endl;
    7573  }
    76    
    77   // extract the trajectories and draw them
    78   //
    79   if (G4VVisManager::GetConcreteInstance())
    80     {
    81      for (G4int i=0; i<n_trajectories; i++)
    82         { G4Trajectory* trj = (G4Trajectory*)
    83                                     ((*(evt->GetTrajectoryContainer()))[i]);
    84           trj->DrawTrajectory(50);
    85         }
    86     }
    8774}
    8875
Note: See TracChangeset for help on using the changeset viewer.