LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pyExN01pl Namespace Reference

Functions

ExN01PhysicsListConstruct ()
 

Function Documentation

ExN01PhysicsList* pyExN01pl::Construct ( )

Definition at line 47 of file pyExN01pl.cc.

Referenced by BOOST_PYTHON_MODULE().

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