#include <boost/python.hpp>
#include "pyG4indexing.hh"
#include "G4Version.hh"
#include "G4strstreambuf.hh"
#include "G4UImanager.hh"
#include "G4PyCoutDestination.hh"
#include "G4ThreeVector.hh"
#include "G4TwoVector.hh"
#include <vector>
Go to the source code of this file.
Definition at line 78 of file pyglobals.cc.
83 class_<G4intVector> (
"G4intVector",
"int vector")
87 class_<G4doubleVector> (
"G4doubleVector",
"double vector")
91 class_<G4StringVector> (
"G4StringVector",
"string vector")
95 class_<G4ThreeVectorVector> (
"G4ThreeVectorVector",
"3-vector vector")
99 #if G4VERSION_NUMBER >= 830
100 class_<G4TwoVectorVector> (
"G4StringVector",
"2-vector vector")
void ResetG4PyCoutDestination()
void SetG4PyCoutDestination()
std::ostream G4cerr & G4cerrbuf |
std::ostream G4cout & G4coutbuf |