Ignore:
Timestamp:
Jun 14, 2010, 3:54:58 PM (14 years ago)
Author:
garnier
Message:

geant4.9.4 beta rc0

Location:
trunk/examples/advanced/xray_fluorescence
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/advanced/xray_fluorescence/GNUmakefile

    r1230 r1313  
    1 # $Id: GNUmakefile,v 1.21 2009/03/06 09:45:38 gbarrand Exp $
     1# $Id: GNUmakefile,v 1.22 2010/01/11 16:18:52 gcosmo Exp $
    22# --------------------------------------------------------------
    33# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
     
    99
    1010ifndef G4INSTALL
    11   G4INSTALL = ../../..
     11  G4INSTALL = ../..
    1212endif
    1313
  • trunk/examples/advanced/xray_fluorescence/History

    r1230 r1313  
    1 # $Id: History,v 1.9 2009/11/10 16:35:02 mantero Exp $
     1# $Id: History,v 1.10 2010/06/06 06:25:35 perl Exp $
    22# -------------------------------------------------------------------
    3 # GEANT4 tag $Name: geant4-09-03 $
     3# GEANT4 tag $Name: geant4-09-04-beta-cand-00 $
    44# -------------------------------------------------------------------
    55
     
    1919     * Reverse chronological order (last date on top), please *
    2020     ----------------------------------------------------------
     21
     2203-06-2010 Joseph Perl, Tag: XrayFluo-V09-03-00
     23- Updated vis usage
    2124
    222510-11-2009 Alf, Tag: XrayFluo-V09-02-01
  • trunk/examples/advanced/xray_fluorescence/initInter.mac

    r1230 r1313  
    88/control/saveHistory
    99/run/verbose 2
    10 #
    11 # create empty scene
    12 #
    13 #/vis/scene/create
    14 #
    15 # Create a scene handler for a specific graphics system
    16 # (Edit the next line(s) to choose another graphic system)
    17 #
    1810
    19 #/vis/open OGLIX
    20 #/vis/open VRML2FILE
    21 
    22 #
    23 # draw scene
    24 #
    25 #
    26 #/vis/viewer/flush
    27 
    28 
    29 # for drawing the tracks
    30 # (if too many tracks cause core dump => storeTrajectory 0)
    31 
    32 #/tracking/storeTrajectory 1
    33 #/vis/viewer/set/viewpointThetaPhi  60 30
    34 
    35 # this is not to redraw every single event
    36 
    37 #/vis/scene/endOfEventAction accumulate
    38 
    39 
    40 
    41 
     11#/control/execute vis.mac
Note: See TracChangeset for help on using the changeset viewer.