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_telescope
Files:
7 edited

Legend:

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

    r1230 r1313  
    11# --------------------------------------------------------------
    2 # $Id: GNUmakefile,v 1.8 2008/06/15 22:53:06 cirrone Exp $
     2# $Id: GNUmakefile,v 1.9 2010/01/11 16:20:08 gcosmo Exp $
    33# --------------------------------------------------------------
    44# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
     
    1010
    1111ifndef G4INSTALL
    12   G4INSTALL = ../../..
     12  G4INSTALL = ../..
    1313endif
    14 
    15 G4VIS_USE = 1
    1614
    1715include $(G4INSTALL)/config/architecture.gmk
     
    2119endif
    2220
    23 
    2421.PHONY: all
    2522all: lib bin
  • trunk/examples/advanced/xray_telescope/History

    r1230 r1313  
    1 $Id: History,v 1.24 2009/11/20 18:18:14 santin Exp $
     1$Id: History,v 1.25 2010/06/06 06:26:05 perl Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     2003.06.2010   Joseph Perl, Tag xraytel-V09-03-00
     21             Update vis usage
    1922
    202320.11.2009 - G.Santin, tag xraytel-V09-02-00
  • trunk/examples/advanced/xray_telescope/README

    r1230 r1313  
    1 $Id: README,v 1.14 2009/11/20 18:08:53 santin Exp $
     1$Id: README,v 1.15 2010/06/06 06:26:05 perl Exp $
    22-------------------------------------------------------------------
    33
     
    5050XrayTel
    5151
    52 execute command "/control/execute xxxxx.mac"
     52execute command "/control/execute test.mac"
    5353
    54 visualisation macros provided are
    55   - opengl.mac  for OpenGL display
    56   - vrml.mac    for VRML display and output file
    57   - dawn.mac    for dawn display and PS output file
    58 
    59 To execute a run without visualisation use
    60   - test.mac
    61 
     54To enable visualisation, uncomment one line from test.mac:
     55/control/execute vis.mac
    6256
    6357If the analysis options are set, histograming windows will
  • trunk/examples/advanced/xray_telescope/README_stt

    r807 r1313  
    1818The job should take ~ 2 minutes on a 1 GHz Linux machine
    1919
    20 The memory usage should be around 6 Mbytes.
     20Platforms to be tested on:
     21LINUX
    2122
    22 Platforms to be tested on:
    23 SUN and LINUX, NOT WINDOWS.
     23NOTE: with the new physics the example does not produce any output (unless it is run with much higher statistics)
    2424
    25 At a future date G4ANALYSIS_USE should be set and the AIDA/Anaphe
    26 packages tested.
     25G4ANALYSIS_USE requires an AIDA implementation
    2726In this case
    2827- computation time ~ 4 minutes
    29 - memory usage ~ 18 Mbytes
    3028- the file xraytel.hbook is created (~250 kbytes)
    3129- this file should be compared to xraytel_ref.hbook
    3230
    33 If G4ANALYSIS_USE_PLOTTER is set together with G4ANALYSIS_USE, the
    34 AIDA/Anaphe plotter (Grace) can be tested in interactive runs.
    35 
    3631Giovanni Santin
    37 e-mail: giovanni.santin@cern.ch
     32e-mail: giovanni.santin@esa.int
    3833
    3934*******************************************************************************
  • trunk/examples/advanced/xray_telescope/XrayTel.cc

    r807 r1313  
    8484#include "XrayTelPhysicsList.hh"
    8585#include "G4VisExecutive.hh"
    86 #include "XrayTelEventAction.hh"
    8786#include "XrayTelRunAction.hh"
    8887#include "XrayTelSteppingAction.hh"
     
    103102  runManager->SetUserAction(new XrayTelPrimaryGeneratorAction);
    104103  runManager->SetUserAction(new XrayTelRunAction);
    105   runManager->SetUserAction(new XrayTelEventAction);
    106104  runManager->SetUserAction(new XrayTelSteppingAction);
    107105
  • trunk/examples/advanced/xray_telescope/test.mac

    r807 r1313  
    1313/gps/ene/type Mono
    1414/gps/ene/mono 0.5 MeV
     15
     16/control/execute vis.mac
     17
    1518/run/beamOn 1000
    16 
    17 
    18 
  • trunk/examples/advanced/xray_telescope/test.out

    r807 r1313  
    11**********************************************
    2  Geant4 version $Name: $
     2 Geant4 version $Name: geant4-09-04-beta-cand-00 $
    33                                (19-May-2003)
    44             Copyright : Geant4 Collaboration
Note: See TracChangeset for help on using the changeset viewer.