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

Functions

PhysicsListEMstdConstruct ()
 

Function Documentation

PhysicsListEMstd* pyEMSTDpl::Construct ( )

Definition at line 47 of file pyEMSTDpl.cc.

Referenced by BOOST_PYTHON_MODULE().

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