LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
pyNISTmaterials.cc File Reference
#include <boost/python.hpp>

Go to the source code of this file.

Functions

void Construct ()
 
 BOOST_PYTHON_MODULE (NISTmaterials)
 

Function Documentation

BOOST_PYTHON_MODULE ( NISTmaterials  )

Definition at line 47 of file pyNISTmaterials.cc.

References Construct().

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

Definition at line 48 of file pyExN01geom.cc.

Referenced by BOOST_PYTHON_MODULE().

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