LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 46 of file pyNISTmaterials.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.

Referenced by BOOST_PYTHON_MODULE().

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