LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
pyExN01pl Namespace Reference

Functions

ExN01PhysicsListConstruct ()
 

Function Documentation

ExN01PhysicsList* pyExN01pl::Construct ( )

Definition at line 48 of file pyExN01pl.cc.

Referenced by BOOST_PYTHON_MODULE().

49 {
51 
52  G4RunManager* runMgr= G4RunManager::GetRunManager();
53  runMgr-> SetUserInitialization(pl);
54 
55  return pl;
56 }