Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: pyPhysicsLists.cc 76884 2013-11-18 12:54:03Z gcosmo $
// $Id: pyPhysicsLists.cc 101514 2016-11-18 15:30:57Z gcosmo $
// ====================================================================
// pyPhysicsLists.cc
//
@@ -32,24 +32,28 @@
#include <boost/python.hpp>
#include <vector>
#include <algorithm>
#include "FTF_BIC.hh"
#include "FTFP_BERT.hh"
#include "FTFP_BERT_ATL.hh"
#include "FTFP_BERT_HP.hh"
#include "FTFP_BERT_TRV.hh"
#include "FTFP_INCLXX.hh"
#include "FTFP_INCLXX_HP.hh"
#include "FTF_BIC.hh"
#include "LBE.hh"
#include "NuBeam.hh"
#include "QBBC.hh"
#include "QGS_BIC.hh"
#include "QGSP_BERT.hh"
#include "QGSP_BERT_HP.hh"
#include "QGSP_BIC.hh"
#include "QGSP_BIC_AllHP.hh"
#include "QGSP_BIC_HP.hh"
#include "QGSP_FTFP_BERT.hh"
#include "QGSP_INCLXX.hh"
#include "QGSP_INCLXX_HP.hh"
#include "QGS_BIC.hh"
#include "Shielding.hh"
// macro for adding physics lists
#define ADD_PHYSICS_LIST(plname) \
class_<plname, plname*, bases<G4VUserPhysicsList>, boost::noncopyable> \
@@ -87,22 +91,25 @@ void export_PhysicsLists()
{
def("ListPhysicsList", ListPhysicsList);
ADD_PHYSICS_LIST(FTF_BIC);
ADD_PHYSICS_LIST(FTFP_BERT);
ADD_PHYSICS_LIST(FTFP_BERT_ATL);
ADD_PHYSICS_LIST(FTFP_BERT_HP);
ADD_PHYSICS_LIST(FTFP_BERT_TRV);
ADD_PHYSICS_LIST(FTFP_INCLXX);
ADD_PHYSICS_LIST(FTFP_INCLXX_HP);
ADD_PHYSICS_LIST(FTF_BIC);
ADD_PHYSICS_LIST(LBE);
ADD_PHYSICS_LIST(NuBeam);
ADD_PHYSICS_LIST(QBBC);
ADD_PHYSICS_LIST(QGS_BIC);
ADD_PHYSICS_LIST(QGSP_BERT);
ADD_PHYSICS_LIST(QGSP_BERT_HP);
ADD_PHYSICS_LIST(QGSP_BIC);
ADD_PHYSICS_LIST(QGSP_BIC_AllHP);
ADD_PHYSICS_LIST(QGSP_BIC_HP);
ADD_PHYSICS_LIST(QGSP_FTFP_BERT);
ADD_PHYSICS_LIST(QGSP_INCLXX);
ADD_PHYSICS_LIST(QGSP_INCLXX_HP);
ADD_PHYSICS_LIST(QGS_BIC);
ADD_PHYSICS_LIST(Shielding);
// sort PL vector