Changeset 609 for trunk/geant4/N03/src


Ignore:
Timestamp:
Nov 16, 2007, 11:59:21 AM (18 years ago)
Author:
garnier
Message:

r659@mac-90108: laurentgarnier | 2007-11-16 12:02:01 +0100
mise a jour de Geant4 au head ET qq mise a jour pour Qt de mon cote

Location:
trunk/geant4/N03/src
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/N03/src/ExN03DetectorConstruction.cc

    r483 r609  
    2626//
    2727// $Id: ExN03DetectorConstruction.cc,v 1.23 2006/06/29 17:48:54 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030//
  • trunk/geant4/N03/src/ExN03DetectorMessenger.cc

    r483 r609  
    2626//
    2727// $Id: ExN03DetectorMessenger.cc,v 1.10 2006/06/29 17:48:58 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030//
  • trunk/geant4/N03/src/ExN03EventAction.cc

    r483 r609  
    2626//
    2727// $Id: ExN03EventAction.cc,v 1.28 2006/10/26 14:30:05 allison Exp $
    28 // GEANT4 tag $Name: geant4-08-02-patch-01-ref $
     28// GEANT4 tag $Name: $
    2929//
    3030//
  • trunk/geant4/N03/src/ExN03EventActionMessenger.cc

    r483 r609  
    2626//
    2727// $Id: ExN03EventActionMessenger.cc,v 1.12 2006/10/26 14:28:00 allison Exp $
    28 // GEANT4 tag $Name: geant4-08-02-patch-01-ref $
     28// GEANT4 tag $Name: $
    2929//
    3030//
  • trunk/geant4/N03/src/ExN03PhysicsList.cc

    r483 r609  
    2525//
    2626//
    27 // $Id: ExN03PhysicsList.cc,v 1.20 2006/06/29 17:49:05 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     27// $Id: ExN03PhysicsList.cc,v 1.21 2007/07/02 13:22:08 vnivanch Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030//
     
    4242ExN03PhysicsList::ExN03PhysicsList():  G4VUserPhysicsList()
    4343{
    44  defaultCutValue = 1.0*mm;
    45  SetVerboseLevel(1);
     44  defaultCutValue = 1.0*mm;
     45  SetVerboseLevel(1);
    4646}
    4747
     
    119119void ExN03PhysicsList::ConstructBaryons()
    120120{
    121 //  barions
     121  //  barions
    122122  G4Proton::ProtonDefinition();
    123123  G4AntiProton::AntiProtonDefinition();
     
    133133  AddTransportation();
    134134  ConstructEM();
    135   ConstructGeneral();
     135  ConstructDecay();
    136136}
    137137
     
    205205#include "G4Decay.hh"
    206206
    207 void ExN03PhysicsList::ConstructGeneral()
     207void ExN03PhysicsList::ConstructDecay()
    208208{
    209209  // Add Decay Process
    210    G4Decay* theDecayProcess = new G4Decay();
     210  G4Decay* theDecayProcess = new G4Decay();
    211211  theParticleIterator->reset();
    212212  while( (*theParticleIterator)() ){
  • trunk/geant4/N03/src/ExN03PrimaryGeneratorAction.cc

    r483 r609  
    2626//
    2727// $Id: ExN03PrimaryGeneratorAction.cc,v 1.8 2006/06/29 17:49:07 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030//
  • trunk/geant4/N03/src/ExN03PrimaryGeneratorMessenger.cc

    r483 r609  
    2626//
    2727// $Id: ExN03PrimaryGeneratorMessenger.cc,v 1.9 2006/06/29 17:49:09 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030//
  • trunk/geant4/N03/src/ExN03RunAction.cc

    r483 r609  
    2626//
    2727// $Id: ExN03RunAction.cc,v 1.18 2006/06/29 17:49:11 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/geant4/N03/src/ExN03SteppingAction.cc

    r483 r609  
    2626//
    2727// $Id: ExN03SteppingAction.cc,v 1.15 2006/06/29 17:49:13 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030//
  • trunk/geant4/N03/src/ExN03SteppingVerbose.cc

    r483 r609  
    2626//
    2727// $Id: ExN03SteppingVerbose.cc,v 1.13 2006/06/29 17:49:16 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     28// GEANT4 tag $Name: $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
Note: See TracChangeset for help on using the changeset viewer.