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

update to geant4.9.3

Location:
trunk/examples/extended/electromagnetic/TestEm4
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/electromagnetic/TestEm4/GNUmakefile

    r807 r1230  
    1 # $Id: GNUmakefile,v 1.14 2006/10/20 16:38:15 maire Exp $
     1# $Id: GNUmakefile,v 1.15 2008/06/11 22:15:20 maire Exp $
    22# --------------------------------------------------------------
    33# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
     
    1717#### G4ANALYSIS_USE := true
    1818
    19 ifdef G4ANALYSIS_USE
    20   CPPFLAGS += -DG4ANALYSIS_USE
    21 endif
    22 
    2319include $(G4INSTALL)/config/architecture.gmk
    24 
    25 ifdef G4ANALYSIS_USE
    26   # for the aida-config command see the README file
    27   CPPFLAGS += `aida-config --include`
    28   LOADLIBS += `aida-config --lib`
    29 endif
    3020
    3121include $(G4INSTALL)/config/binmake.gmk
  • trunk/examples/extended/electromagnetic/TestEm4/TestEm4.cc

    r807 r1230  
    2626//
    2727// $Id: TestEm4.cc,v 1.12 2007/06/22 09:55:22 maire Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
  • trunk/examples/extended/electromagnetic/TestEm4/include/DetectorConstruction.hh

    r807 r1230  
    2626//
    2727// $Id: DetectorConstruction.hh,v 1.3 2006/06/29 16:53:31 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/extended/electromagnetic/TestEm4/include/EventAction.hh

    r807 r1230  
    2626//
    2727// $Id: EventAction.hh,v 1.2 2006/06/29 16:53:33 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/extended/electromagnetic/TestEm4/include/EventActionMessenger.hh

    r807 r1230  
    2626//
    2727// $Id: EventActionMessenger.hh,v 1.3 2006/06/29 16:53:35 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/extended/electromagnetic/TestEm4/include/PhysicsList.hh

    r807 r1230  
    2626//
    2727// $Id: PhysicsList.hh,v 1.2 2006/06/29 16:53:37 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/extended/electromagnetic/TestEm4/include/PrimaryGeneratorAction.hh

    r807 r1230  
    2626//
    2727// $Id: PrimaryGeneratorAction.hh,v 1.2 2006/06/29 16:53:40 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/extended/electromagnetic/TestEm4/include/RunAction.hh

    r807 r1230  
    2525//
    2626// $Id: RunAction.hh,v 1.7 2006/06/29 16:53:43 gunter Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/extended/electromagnetic/TestEm4/include/SteppingAction.hh

    r807 r1230  
    2626//
    2727// $Id: SteppingAction.hh,v 1.2 2006/06/29 16:53:45 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/extended/electromagnetic/TestEm4/include/SteppingVerbose.hh

    r807 r1230  
    2626//
    2727// $Id: SteppingVerbose.hh,v 1.2 2006/06/29 16:53:48 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//   This class manages the verbose outputs in G4SteppingManager.
  • trunk/examples/extended/electromagnetic/TestEm4/src/DetectorConstruction.cc

    r807 r1230  
    2626//
    2727// $Id: DetectorConstruction.cc,v 1.3 2006/06/29 16:53:51 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/extended/electromagnetic/TestEm4/src/EventAction.cc

    r807 r1230  
    2525//
    2626// $Id: EventAction.cc,v 1.7 2006/06/29 16:53:57 gunter Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/extended/electromagnetic/TestEm4/src/EventActionMessenger.cc

    r807 r1230  
    2626//
    2727// $Id: EventActionMessenger.cc,v 1.3 2006/06/29 16:54:15 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/extended/electromagnetic/TestEm4/src/PhysicsList.cc

    r807 r1230  
    2525//
    2626//
    27 // $Id: PhysicsList.cc,v 1.6 2006/06/29 16:54:17 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: PhysicsList.cc,v 1.7 2008/04/07 13:09:43 maire Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
     
    9595#include "G4PhotoElectricEffect.hh"
    9696
    97 #include "G4MultipleScattering.hh"
     97#include "G4eMultipleScattering.hh"
    9898
    9999#include "G4eIonisation.hh"
     
    121121    //electron
    122122
    123       pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
    124       pmanager->AddProcess(new G4eIonisation,       -1, 2,2);
    125       pmanager->AddProcess(new G4eBremsstrahlung,   -1, 3,3);     
     123      pmanager->AddProcess(new G4eMultipleScattering,-1, 1,1);
     124      pmanager->AddProcess(new G4eIonisation,        -1, 2,2);
     125      pmanager->AddProcess(new G4eBremsstrahlung,    -1, 3,3);     
    126126
    127127    } else if (particleName == "e+") {
    128128    //positron
    129129
    130       pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
    131       pmanager->AddProcess(new G4eIonisation,       -1, 2,2);
    132       pmanager->AddProcess(new G4eBremsstrahlung,   -1, 3,3);
    133       pmanager->AddProcess(new G4eplusAnnihilation,  0,-1,4);     
     130      pmanager->AddProcess(new G4eMultipleScattering,-1, 1,1);
     131      pmanager->AddProcess(new G4eIonisation,        -1, 2,2);
     132      pmanager->AddProcess(new G4eBremsstrahlung,    -1, 3,3);
     133      pmanager->AddProcess(new G4eplusAnnihilation,   0,-1,4);     
    134134    }
    135135  }
  • trunk/examples/extended/electromagnetic/TestEm4/src/PrimaryGeneratorAction.cc

    r807 r1230  
    2626//
    2727// $Id: PrimaryGeneratorAction.cc,v 1.3 2006/06/29 16:54:19 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/extended/electromagnetic/TestEm4/src/RunAction.cc

    r807 r1230  
    2424// ********************************************************************
    2525//
    26 // $Id: RunAction.cc,v 1.10 2006/06/29 16:54:21 gunter Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: RunAction.cc,v 1.11 2008/09/12 18:46:14 maire Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    5959   G4bool readOnly  = false;
    6060   G4bool createNew = true;
    61    G4String options =  "--noErrors uncompress";
    62    tree = tf->create("testem4.hbook","hbook",readOnly,createNew, options);
    63    //tree = tf->create("testem4.root","root",readOnly,createNew, options);
     61   G4String options =  "--noErrors export=root uncompress";
     62   //tree = tf->create("testem4.hbook","hbook",readOnly,createNew, options);
     63   tree = tf->create("testem4.root","root",readOnly,createNew, options);
    6464   //tree = tf->create("testem4.XML" ,"XML" ,readOnly,createNew, options);
    6565   delete tf;
  • trunk/examples/extended/electromagnetic/TestEm4/src/SteppingAction.cc

    r807 r1230  
    2626//
    2727// $Id: SteppingAction.cc,v 1.2 2006/06/29 16:54:23 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/extended/electromagnetic/TestEm4/src/SteppingVerbose.cc

    r807 r1230  
    2626//
    2727// $Id: SteppingVerbose.cc,v 1.2 2006/06/29 16:54:26 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
Note: See TracChangeset for help on using the changeset viewer.