Geant4
9.6.p02
|
#include <OlapGenerator.hh>
Public Member Functions | |
OlapGenerator () | |
~OlapGenerator () | |
void | GeneratePrimaries (G4Event *) |
void | SetExtent (const G4VisExtent &) |
void | SetExtent (G4double) |
void | SetAutoIncrement (G4bool b) |
void | SetGrid (G4int, G4int, G4int) |
void | Reset () |
G4int | GetAxis () |
Public Member Functions inherited from G4VUserPrimaryGeneratorAction | |
G4VUserPrimaryGeneratorAction () | |
virtual | ~G4VUserPrimaryGeneratorAction () |
Public Attributes | |
OlapGrid | grid |
std::vector< G4double > | ext |
G4ThreeVector | posAB |
G4ThreeVector | posBA |
G4bool | autoinc |
Definition at line 62 of file OlapGenerator.hh.
OlapGenerator::OlapGenerator | ( | ) |
Definition at line 74 of file OlapGenerator.cc.
OlapGenerator::~OlapGenerator | ( | ) |
Definition at line 90 of file OlapGenerator.cc.
Implements G4VUserPrimaryGeneratorAction.
Definition at line 95 of file OlapGenerator.cc.
|
inline |
void OlapGenerator::Reset | ( | ) |
Definition at line 190 of file OlapGenerator.cc.
void OlapGenerator::SetExtent | ( | const G4VisExtent & | anExt) |
Definition at line 170 of file OlapGenerator.cc.
Definition at line 182 of file OlapGenerator.cc.
Definition at line 203 of file OlapGenerator.cc.
G4bool OlapGenerator::autoinc |
Definition at line 86 of file OlapGenerator.hh.
std::vector<G4double> OlapGenerator::ext |
Definition at line 84 of file OlapGenerator.hh.
OlapGrid OlapGenerator::grid |
Definition at line 81 of file OlapGenerator.hh.
G4ThreeVector OlapGenerator::posAB |
Definition at line 85 of file OlapGenerator.hh.
G4ThreeVector OlapGenerator::posBA |
Definition at line 85 of file OlapGenerator.hh.