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

Functions

void Construct ()
 

Function Documentation

void pyExN03geom::Construct ( )

Definition at line 47 of file pyExN01geom.cc.

Referenced by BOOST_PYTHON_MODULE(), and export_G4VUserDetectorConstruction().

48 {
49  G4RunManager* runMgr= G4RunManager::GetRunManager();
50  runMgr-> SetUserInitialization(new ExN01DetectorConstruction);
51 }