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/parameterisations/gflash/src/ExGflashEventAction.cc

    r807 r1337  
    3131#include "G4EventManager.hh"
    3232#include "G4SDManager.hh"
    33 #include "G4TrajectoryContainer.hh"
    34 #include "G4Trajectory.hh"
    35 #include "G4VVisManager.hh"
    3633#include "G4UImanager.hh"
    3734#include "G4TrajectoryContainer.hh"
    38 #include "G4VVisManager.hh"
    3935#include "G4Event.hh"
    4036//std
     
    166162        if(trajectoryContainer){ n_trajectories = trajectoryContainer->entries(); }
    167163        G4cout << "    " << n_trajectories  << " trajectories stored in this event." << endl;
    168         G4VVisManager* pVVisManager = G4VVisManager::GetConcreteInstance();
    169        
    170         if(pVVisManager)
    171         {
    172                 cout << "DRAWING " <<n_trajectories << endl;
    173                 for(G4int i=0; i<n_trajectories; i++) { (*(evt->GetTrajectoryContainer()))[i]->DrawTrajectory(50); }
    174         }
    175        
    176164}
    177165
Note: See TracChangeset for help on using the changeset viewer.