Ignore:
Timestamp:
Nov 15, 2007, 11:56:03 AM (17 years ago)
Author:
garnier
Message:

r647@mac-90108: laurentgarnier | 2007-11-15 11:32:46 +0100
Ok en Qt 4.3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/management/src/G4VisManager.cc

    r593 r606  
    2424// ********************************************************************
    2525//
    26 // $Id: G4VisManager.cc,v 1.113 2007/05/25 10:50:26 allison Exp $
    27 // GEANT4 tag $Name: geant4-09-00-ref-01 $
     26// $Id: G4VisManager.cc,v 1.114 2007/11/10 14:59:46 allison Exp $
     27// GEANT4 tag $Name: $
    2828//
    2929//
     
    12441244      G4cout <<
    12451245        "  Only useful if before starting the run:"
    1246         "\n    a) trajectories are stored (\"/tracking/storeTrajectory N\"), or"
     1246        "\n    a) trajectories are stored (\"/vis/scene/add/trajectories [smooth|rich]\"), or"
    12471247        "\n    b) the Draw method of any hits is implemented."
    12481248        "\n  To view trajectories and hits:"
    12491249        "\n    open a viewer, draw a volume, \"/vis/scene/add/trajectories\""
    12501250        "\n    \"/vis/scene/add/hits\" and, possibly, \"/vis/viewer/flush\"."
    1251         "\n  To see all events: \"vis/scene/endOfEventAction accumulate\"."
     1251        "\n  To see all events: \"/vis/scene/endOfEventAction accumulate\"."
    12521252        "\n  To see events individually: \"/vis/reviewKeptEvents\"."
    12531253             << G4endl;
Note: See TracChangeset for help on using the changeset viewer.