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

Functions

PhysicsListEMstdConstruct ()
 

Function Documentation

PhysicsListEMstd* pyEMSTDpl::Construct ( )

Definition at line 48 of file pyEMSTDpl.cc.

Referenced by BOOST_PYTHON_MODULE().

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