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

Functions

void Construct ()
 

Function Documentation

void pyQgeom::Construct ( )

Definition at line 48 of file pyQgeom.cc.

Referenced by BOOST_PYTHON_MODULE().

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