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

tag geant4.9.4 beta 1 + modifs locales

Location:
trunk/examples/extended/parallel/ParN04
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/parallel/ParN04/AnnotatedFiles/G4HCofThisEvent.hh

    r1230 r1337  
    2626//
    2727// $Id: G4HCofThisEvent.hh,v 1.3 2006/06/29 17:35:30 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/examples/extended/parallel/ParN04/AnnotatedFiles/G4THitsCollection.hh

    r1230 r1337  
    2626//
    2727// $Id: G4THitsCollection.hh,v 1.3 2006/06/29 17:35:35 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/examples/extended/parallel/ParN04/AnnotatedFiles/G4VHitsCollection.hh

    r1230 r1337  
    2626//
    2727// $Id: G4VHitsCollection.hh,v 1.3 2006/06/29 17:35:37 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/examples/extended/parallel/ParN04/GNUmakefile

    r807 r1337  
    1 # $Id: GNUmakefile,v 1.3 2006/11/16 13:38:46 gunter Exp $
     1# $Id: GNUmakefile,v 1.4 2010/01/11 16:57:10 gcosmo Exp $
    22# --------------------------------------------------------------
    33# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
     
    1111
    1212ifndef G4INSTALL
    13   G4INSTALL = ../../..
     13  G4INSTALL = ../../../..
    1414endif
    1515
  • trunk/examples/extended/parallel/ParN04/History

    r807 r1337  
    1 $Id: History,v 1.13 2006/11/18 03:45:57 asaim Exp $
     1$Id: History,v 1.15 2010/06/06 05:08:32 perl Exp $
    22-------------------------------------------------------------------
    33
     
    1515     * Reverse chronological order (last date on top), please *
    1616     ----------------------------------------------------------
     17
     18June 5th, 2010 - J.Perl ParN04-V09-03-01
     19-------------------------
     20- Updated vis usage
     21
     22June 4th, 2010 V.Ivant - ParN04-V09-03-00
     23---------------------
     24- Substituted QGSP by QGSP_BERT
    1725
    1826Nov 17th, 2006 M.Asai - ParN04-V08-01-02
  • trunk/examples/extended/parallel/ParN04/ParN04.cc

    r1230 r1337  
    2525//
    2626//
    27 // $Id: ParN04.cc,v 1.6 2006/07/05 13:07:54 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: ParN04.cc,v 1.7 2010/06/04 17:58:50 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
     
    4040
    4141#include "ExN04DetectorConstruction.hh"
    42 #include "QGSP.hh"
     42#include "QGSP_BERT.hh"
    4343#include "ExN04PrimaryGeneratorAction.hh"
    4444#include "ExN04RunAction.hh"
     
    7171  runManager->SetUserInitialization(detector);
    7272  //
    73   G4VUserPhysicsList* physics = new QGSP;
     73  G4VUserPhysicsList* physics = new QGSP_BERT();
    7474  runManager->SetUserInitialization(physics);
    7575 
  • trunk/examples/extended/parallel/ParN04/ParTopC.icc

    r1230 r1337  
    2525//
    2626// $Id: ParTopC.icc,v 1.2 2006/06/29 17:35:18 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929// --------------------------------------------------------------------
  • trunk/examples/extended/parallel/ParN04/include/ExN04EMPhysics.hh

    r1230 r1337  
    2626//
    2727// $Id: ExN04EMPhysics.hh,v 1.2 2006/06/29 17:36:01 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/extended/parallel/ParN04/include/ExN04RunAction.hh

    r1230 r1337  
    2626//
    2727// $Id: ExN04RunAction.hh,v 1.3 2006/07/05 13:07:55 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/extended/parallel/ParN04/include/ExN04SteppingVerbose.hh

    r1230 r1337  
    2626//
    2727// $Id: ExN04SteppingVerbose.hh,v 1.2 2006/06/29 17:36:36 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//   This class manages the verbose outputs in G4SteppingManager.
  • trunk/examples/extended/parallel/ParN04/include/ParRunManager.hh

    r1230 r1337  
    2525//
    2626// $Id: ParRunManager.hh,v 1.4 2006/06/29 17:36:47 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929// --------------------------------------------------------------------
  • trunk/examples/extended/parallel/ParN04/src/ExN04EventAction.cc

    r807 r1337  
    3535#include "G4HCofThisEvent.hh"
    3636#include "G4VHitsCollection.hh"
    37 #include "G4TrajectoryContainer.hh"
    38 #include "G4Trajectory.hh"
    39 #include "G4VVisManager.hh"
    4037#include "G4SDManager.hh"
    4138#include "G4UImanager.hh"
  • trunk/examples/extended/parallel/ParN04/src/ExN04RunAction.cc

    r1230 r1337  
    2626//
    2727// $Id: ExN04RunAction.cc,v 1.3 2006/07/05 13:07:56 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/extended/parallel/ParN04/src/ExN04SteppingVerbose.cc

    r1230 r1337  
    2626//
    2727// $Id: ExN04SteppingVerbose.cc,v 1.2 2006/06/29 17:37:37 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/extended/parallel/ParN04/vis.mac

    r807 r1337  
     1surface# Use this open statement to create an OpenGL view:
     2/vis/open OGL 600x600-0+0
    13#
    2 # Macro file for the initialization phase of "exampleN02.cc"
    3 # when runing in interactive mode
     4# Use this open statement to create a .prim file suitable for
     5# viewing in DAWN:
     6#/vis/open DAWNFILE
    47#
    5 # Sets some default verbose
     8# Use this open statement to create a .heprep file suitable for
     9# viewing in HepRApp:
     10#/vis/open HepRepFile
    611#
    7 /control/verbose 2
    8 /run/verbose 2
     12# Use this open statement to create a .wrl file suitable for
     13# viewing in a VRML viewer:
     14#/vis/open VRML2FILE
    915#
    10 # create empty scene
     16# Disable auto refresh and quieten vis messages whilst scene and
     17# trajectories are established:
     18/vis/viewer/set/autoRefresh false
     19/vis/verbose errors
    1120#
    12 /vis/scene/create
     21# Draw geometry:
     22/vis/drawVolume
    1323#
    14 # Create a scene handler for a specific graphics system
    15 # (Edit the next line(s) to choose another graphic system)
     24# Specify view angle:
     25#/vis/viewer/set/viewpointThetaPhi 90. 0.
    1626#
    17 /vis/open OGLIX
     27# Specify zoom value:
     28#/vis/viewer/zoom 2.
    1829#
    19 ####/vis/open DAWNFILE
     30# Specify style (surface or wireframe):
     31#/vis/viewer/set/style wireframe
    2032#
    21 # draw scene
     33# Draw coordinate axes:
     34#/vis/scene/add/axes 0 0 0 1 m
    2235#
    23 /vis/viewer/set/viewpointThetaPhi 90 180 deg
    24 /vis/viewer/zoom 1.4
    25 /vis/viewer/flush
     36# Draw smooth trajectories at end of event, showing trajectory points
     37# as markers 2 pixels wide:
     38/vis/scene/add/trajectories smooth
     39/vis/modeling/trajectories/create/drawByCharge
     40/vis/modeling/trajectories/drawByCharge-0/default/setDrawStepPts true
     41/vis/modeling/trajectories/drawByCharge-0/default/setStepPtsSize 2
     42# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
    2643#
    27 # for drawing the tracks
    28 # (if too many tracks cause core dump => storeTrajectory 0)
    29 /tracking/storeTrajectory 1
    30 /vis/scene/endOfEventAction accumulate
    31 
     44# Draw hits at end of event:
     45#/vis/scene/add/hits
     46#
     47# To draw only gammas:
     48#/vis/filtering/trajectories/create/particleFilter
     49#/vis/filtering/trajectories/particleFilter-0/add gamma
     50#
     51# To invert the above, drawing all particles except gammas,
     52# keep the above two lines but also add:
     53#/vis/filtering/trajectories/particleFilter-0/invert true
     54#
     55# Many other options are available with /vis/modeling and /vis/filtering.
     56# For example, to select colour by particle ID:
     57#/vis/modeling/trajectories/create/drawByParticleID
     58#/vis/modeling/trajectories/drawByParticleID-0/set e- blue
     59#
     60# To superimpose all of the events from a given run:
     61#/vis/scene/endOfEventAction accumulate
     62#
     63# Re-establish auto refreshing and verbosity:
     64/vis/viewer/set/autoRefresh true
     65/vis/verbose warnings
     66#
     67# For file-based drivers, use this to create an empty detector view:
     68#/vis/viewer/flush
Note: See TracChangeset for help on using the changeset viewer.