Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (16 years ago)
Author:
garnier
Message:

update to geant4.9.3

Location:
trunk/examples/advanced/underground_physics
Files:
5 edited

Legend:

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

    r807 r1230  
    1 # $Id: GNUmakefile,v 1.8 2002/11/08 13:58:28 ahoward Exp $
     1# $Id: GNUmakefile,v 1.9 2008/06/15 22:39:27 cirrone Exp $
    22# --------------------------------------------------------------
    33# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
     
    2323include $(G4INSTALL)/config/architecture.gmk
    2424
    25 ifdef G4ANALYSIS_USE
    26   CPPFLAGS += `aida-config --include`
    27   LDFLAGS += `aida-config --lib`
    28 endif
    2925
    3026.PHONY: all
  • trunk/examples/advanced/underground_physics/History

    r807 r1230  
    11-------------------------------------------------------------------
    2 $Id: History,v 1.15.2.1 2008/04/23 08:15:56 gcosmo Exp $
     2$Id: History,v 1.17 2008/06/15 22:39:27 cirrone Exp $
    33-------------------------------------------------------------------
    44
     
    99                      Category History file
    1010                      ---------------------
    11 
    12 23.04.2008 - G. Cosmo (DMX-V09-00-03)
    13              Tag for release 9.1.p02.
     1116.06.2008 - G.A.P.Cirrone (DMX-V09-01-01)
     12             Removed AIDA command from GNUmakefile
    1413
    151404.04.2008 - A. Howard (DMX-V09-01-00)
  • trunk/examples/advanced/underground_physics/include/DMXMinEkineCuts.hh

    r807 r1230  
    2626//
    2727// $Id: DMXMinEkineCuts.hh,v 1.4 2006/06/29 16:25:47 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/advanced/underground_physics/src/DMXMinEkineCuts.cc

    r807 r1230  
    2626//
    2727// $Id: DMXMinEkineCuts.cc,v 1.6 2006/06/29 16:26:39 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/advanced/underground_physics/src/DMXPhysicsList.cc

    r807 r1230  
    489489#include "G4LETritonInelastic.hh"
    490490#include "G4LEAlphaInelastic.hh"
    491 
     491#include "G4HadronCaptureProcess.hh"
    492492// High-energy Models: >20 GeV
    493493#include "G4HEPionPlusInelastic.hh"
Note: See TracChangeset for help on using the changeset viewer.