LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pymodG4physicslists.cc File Reference
#include <boost/python.hpp>

Go to the source code of this file.

Functions

void export_PhysicsLists ()
 
 BOOST_PYTHON_MODULE (G4physicslists)
 

Function Documentation

BOOST_PYTHON_MODULE ( G4physicslists  )

Definition at line 40 of file pymodG4physicslists.cc.

References export_PhysicsLists().

41 {
43 }
void export_PhysicsLists()
void export_PhysicsLists ( )

Definition at line 89 of file pyPhysicsLists.cc.

References ADD_PHYSICS_LIST, pyPhysicsLists::ListPhysicsList(), and pyPhysicsLists::plList.

Referenced by BOOST_PYTHON_MODULE().

90 {
91  def("ListPhysicsList", ListPhysicsList);
92 
93  ADD_PHYSICS_LIST(FTFP_BERT);
94  ADD_PHYSICS_LIST(FTFP_BERT_ATL);
95  ADD_PHYSICS_LIST(FTFP_BERT_HP);
96  ADD_PHYSICS_LIST(FTFP_BERT_TRV);
97  ADD_PHYSICS_LIST(FTFP_INCLXX);
98  ADD_PHYSICS_LIST(FTFP_INCLXX_HP);
99  ADD_PHYSICS_LIST(FTF_BIC);
100  ADD_PHYSICS_LIST(LBE);
101  ADD_PHYSICS_LIST(NuBeam);
102  ADD_PHYSICS_LIST(QBBC);
103  ADD_PHYSICS_LIST(QGSP_BERT);
104  ADD_PHYSICS_LIST(QGSP_BERT_HP);
105  ADD_PHYSICS_LIST(QGSP_BIC);
106  ADD_PHYSICS_LIST(QGSP_BIC_AllHP);
107  ADD_PHYSICS_LIST(QGSP_BIC_HP);
108  ADD_PHYSICS_LIST(QGSP_FTFP_BERT);
109  ADD_PHYSICS_LIST(QGSP_INCLXX);
110  ADD_PHYSICS_LIST(QGSP_INCLXX_HP);
111  ADD_PHYSICS_LIST(QGS_BIC);
112  ADD_PHYSICS_LIST(Shielding);
113 
114  // sort PL vector
115  std::sort(plList.begin(), plList.end());
116 }
static std::vector< std::string > plList
#define ADD_PHYSICS_LIST(plname)
void ListPhysicsList()