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: G4FastSimulationManager.hh,v 1.13 2007/05/11 13:50:20 mverderi Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4FastSimulationManager.hh,v 1.13 2007-05-11 13:50:20 mverderi Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//
//---------------------------------------------------------------
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4FastSimulationManagerProcess.hh,v 1.16 2007/11/30 18:05:14 mverderi Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4FastSimulationManagerProcess.hh,v 1.16 2007-11-30 18:05:14 mverderi Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//
//---------------------------------------------------------------
@@ -56,6 +56,7 @@
#include "globals.hh"
#include "G4VProcess.hh"
#include "G4FastSimulationManager.hh"
#include "G4FastSimulationProcessType.hh"
#include "G4Step.hh"
#include "G4Navigator.hh"
#include "G4VPhysicalVolume.hh"
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4FastSimulationMessenger.hh,v 1.7 2007/05/11 13:50:20 mverderi Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4FastSimulationMessenger.hh,v 1.7 2007-05-11 13:50:20 mverderi Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//
// GEANT 4 class header file
@@ -0,0 +1,48 @@
//
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration. It is provided under the terms and *
// * conditions of the Geant4 Software License, included in the file *
// * LICENSE and available at http://cern.ch/geant4/license . These *
// * include a list of copyright holders. *
// * *
// * Neither the authors of this software system, nor their employing *
// * institutes,nor the agencies providing financial support for this *
// * work make any representation or warranty, express or implied, *
// * regarding this software system or assume any liability for its *
// * use. Please see the license in the file LICENSE and URL above *
// * for the full disclaimer and the limitation of liability. *
// * *
// * This code implementation is the result of the scientific and *
// * technical work of the GEANT4 collaboration. *
// * By using, copying, modifying or distributing the software (or *
// * any work based on the software) you agree to acknowledge its *
// * use in resulting scientific publications, and indicate your *
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
// $Id: G4FastSimulationProcessType.hh,v 1.2 2008-09-19 03:19:53 kurasige Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//
//---------------------------------------------------------------
//
// G4FastSimulationProcessType.hh
//
// Class Description:
// This is an enumerator to define process sub type for decay
//
//
//---------------------------------------------------------------
#ifndef G4FastSimulationProcessType_h
#define G4FastSimulationProcessType_h 1
enum G4FastSimulationProcessType
{
FASTSIM_ManagerProcess = 301
};
#endif
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4FastStep.hh,v 1.8 2006/06/29 21:09:14 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4FastStep.hh,v 1.8 2006-06-29 21:09:14 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//
//---------------------------------------------------------------
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4FastStep.icc,v 1.5 2006/06/29 21:09:16 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4FastStep.icc,v 1.5 2006-06-29 21:09:16 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// $id: G4ParticleChange.icc,v 1.6 1998/04/14 02:25:54 kurasige Exp $
@@ -55,10 +55,16 @@ G4FastStep:: SetPrimaryTrackFinalProperTime(G4double properTime)
inline void
G4FastStep::
SetPrimaryTrackFinalKineticEnergy(G4double kineticEnergy)
ProposePrimaryTrackFinalKineticEnergy(G4double kineticEnergy)
{
theEnergyChange = kineticEnergy;
}
inline void
G4FastStep::
SetPrimaryTrackFinalKineticEnergy(G4double kineticEnergy)
{
ProposePrimaryTrackFinalKineticEnergy(kineticEnergy);
}
inline void
@@ -71,6 +77,7 @@ G4FastStep::SetPrimaryTrackPathLength(G4double pathLength)
{
ProposePrimaryTrackPathLength(pathLength);
}
//-----------------------------------------
//
// Creation of eventual secondaries:
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4FastTrack.hh,v 1.8 2007/05/11 13:50:20 mverderi Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4FastTrack.hh,v 1.8 2007-05-11 13:50:20 mverderi Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// $Id:
//---------------------------------------------------------------
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4GlobalFastSimulationManager.hh,v 1.13 2007/05/11 13:50:20 mverderi Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4GlobalFastSimulationManager.hh,v 1.13 2007-05-11 13:50:20 mverderi Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//
//---------------------------------------------------------------
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4VFastSimulationModel.hh,v 1.7 2006/06/29 21:09:24 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4VFastSimulationModel.hh,v 1.7 2006-06-29 21:09:24 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//
//---------------------------------------------------------------