LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
pyExN03geom Namespace Reference

Functions

void Construct ()
 

Function Documentation

void pyExN03geom::Construct ( )

Definition at line 48 of file pyExN01geom.cc.

Referenced by BOOST_PYTHON_MODULE(), and export_G4VUserDetectorConstruction().

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