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

Functions

void Construct ()
 

Function Documentation

void pyQgeom::Construct ( )

Definition at line 47 of file pyQgeom.cc.

Referenced by BOOST_PYTHON_MODULE().

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