Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02DetectorConstruction.cc,v 1.5 2010/12/07 15:17:13 stesting Exp $
// GEANT4 tag $Name: geant4-09-04 $
// $Id: RE02DetectorConstruction.cc,v 1.5 2010-12-07 15:17:13 stesting Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
#include "RE02DetectorConstruction.hh"
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: RE02EMPhysics.cc,v 1.3 2010/04/07 01:29:00 asaim Exp $
// $Id: RE02EMPhysics.cc,v 1.3 2010-04-07 01:29:00 asaim Exp $
// --------------------------------------------------------------
//
//
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02EventAction.cc,v 1.3 2006/11/18 01:37:24 asaim Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: RE02EventAction.cc,v 1.3 2006-11-18 01:37:24 asaim Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
#include "RE02EventAction.hh"
@@ -52,18 +52,19 @@ void RE02EventAction::EndOfEventAction(const G4Event* evt)
{
G4int event_id = evt->GetEventID();
// get number of stored trajectories
//
G4TrajectoryContainer* trajectoryContainer = evt->GetTrajectoryContainer();
G4int n_trajectories = 0;
if (trajectoryContainer) n_trajectories = trajectoryContainer->entries();
// periodic printing
//
if (event_id < 100 || event_id%100 == 0) {
G4cout << ">>> Event " << evt->GetEventID() << G4endl;
//G4cout << " " << n_trajectories
// << " trajectories stored in this event." << G4endl;
#ifdef print_stored_trajectories
// get number of stored trajectories
//
G4TrajectoryContainer* trajectoryContainer = evt->GetTrajectoryContainer();
G4int n_trajectories = 0;
if (trajectoryContainer) n_trajectories = trajectoryContainer->entries();
G4cout << " " << n_trajectories
<< " trajectories stored in this event." << G4endl;
#endif
}
}
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: RE02GeneralPhysics.cc,v 1.2 2006/06/29 17:45:16 gunter Exp $
// $Id: RE02GeneralPhysics.cc,v 1.2 2006-06-29 17:45:16 gunter Exp $
// --------------------------------------------------------------
//
// 22-Nov-2004 Construt ALL Particles by T. Koi
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: RE02HadronPhysics.cc,v 1.3 2010/04/07 01:29:00 asaim Exp $
// $Id: RE02HadronPhysics.cc,v 1.3 2010-04-07 01:29:00 asaim Exp $
// --------------------------------------------------------------
//
// 09-Oct-2003 Hadron Physics List with Parameterization Model by T. Koi
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: RE02IonPhysics.cc,v 1.3 2010/04/07 01:29:00 asaim Exp $
// $Id: RE02IonPhysics.cc,v 1.3 2010-04-07 01:29:00 asaim Exp $
// --------------------------------------------------------------
//
// 13-Oct-2003 Add Comment for Ionisation of Generic Ion by T. Koi
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: RE02MuonPhysics.cc,v 1.3 2010/04/07 01:29:00 asaim Exp $
// $Id: RE02MuonPhysics.cc,v 1.3 2010-04-07 01:29:00 asaim Exp $
// --------------------------------------------------------------
//
// 09-Oct-2003 mu+- tau+- processes are changed by T. Koi
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02PSCellFlux.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: RE02PSCellFlux.cc,v 1.3 2007-05-18 18:16:28 asaim Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// RE02PSCellFlux
#include "RE02PSCellFlux.hh"
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02PSEnergyDeposit.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: RE02PSEnergyDeposit.cc,v 1.3 2007-05-18 18:16:28 asaim Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// RE02PSEnergyDeposit
#include "RE02PSEnergyDeposit.hh"
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02PSFlatSurfaceCurrent.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: RE02PSFlatSurfaceCurrent.cc,v 1.3 2007-05-18 18:16:28 asaim Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// RE02PSFlatSurfaceCurrent
#include "RE02PSFlatSurfaceCurrent.hh"
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02PSFlatSurfaceFlux.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: RE02PSFlatSurfaceFlux.cc,v 1.3 2007-05-18 18:16:28 asaim Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// RE02PSFlatSurfaceFlux
#include "RE02PSFlatSurfaceFlux.hh"
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02PSNofStep.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: RE02PSNofStep.cc,v 1.3 2007-05-18 18:16:28 asaim Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// RE02PSNofStep
#include "RE02PSNofStep.hh"
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02PSPassageCellFlux.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: RE02PSPassageCellFlux.cc,v 1.3 2007-05-18 18:16:28 asaim Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// RE02PSPassageCellFlux
#include "RE02PSPassageCellFlux.hh"
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: RE02PhysicsList.cc,v 1.2 2006/06/29 17:45:29 gunter Exp $
// $Id: RE02PhysicsList.cc,v 1.2 2006-06-29 17:45:29 gunter Exp $
// --------------------------------------------------------------
//
// 28-Jan-04 Add QGSP_BERT and QGSP_BIC for hadronic lists. T. Koi
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02PrimaryGeneratorAction.cc,v 1.3 2006/11/18 01:37:24 asaim Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: RE02PrimaryGeneratorAction.cc,v 1.3 2006-11-18 01:37:24 asaim Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
#include "RE02PrimaryGeneratorAction.hh"
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02Run.cc,v 1.3 2006/11/18 01:37:24 asaim Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: RE02Run.cc,v 1.3 2006-11-18 01:37:24 asaim Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//=====================================================================
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02RunAction.cc,v 1.3 2006/11/18 01:37:24 asaim Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: RE02RunAction.cc,v 1.3 2006-11-18 01:37:24 asaim Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
#include "RE02RunAction.hh"
#include "RE02Run.hh"