LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pyQmaterials.cc File Reference
#include <boost/python.hpp>

Go to the source code of this file.

Functions

void Construct ()
 
 BOOST_PYTHON_MODULE (Qmaterials)
 

Function Documentation

BOOST_PYTHON_MODULE ( Qmaterials  )

Definition at line 46 of file pyQmaterials.cc.

References Construct().

46  {
47  def("Construct", Construct);
48 }
void Construct()
Definition: pyExN01geom.cc:47
void Construct ( )

Definition at line 47 of file pyExN01geom.cc.

References Z.

Referenced by BOOST_PYTHON_MODULE(), and export_G4VUserDetectorConstruction().

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