Geant4
9.6.p02
|
#include <OlapEventAction.hh>
Public Member Functions | |
OlapInfo (G4NavigationHistory &h1, G4NavigationHistory &h2, G4ThreeVector &p1, G4ThreeVector &p2, G4int a=0, G4LogicalVolume *original=0) | |
~OlapInfo () | |
G4bool | operator== (const OlapInfo &) |
Public Attributes | |
G4NavigationHistory | hist1 |
G4NavigationHistory | hist2 |
G4ThreeVector | v1 |
G4ThreeVector | v2 |
G4int | axis |
std::vector< OlapStepInfo * > | stAB |
std::vector< OlapStepInfo * > | stBA |
G4String | info |
G4bool | probNot |
G4LogicalVolume * | originalMother |
Definition at line 54 of file OlapEventAction.hh.
|
inline |
Definition at line 57 of file OlapEventAction.hh.
OlapInfo::~OlapInfo | ( | ) |
Definition at line 84 of file OlapEventAction.cc.
G4int OlapInfo::axis |
Definition at line 72 of file OlapEventAction.hh.
G4NavigationHistory OlapInfo::hist1 |
Definition at line 70 of file OlapEventAction.hh.
G4NavigationHistory OlapInfo::hist2 |
Definition at line 70 of file OlapEventAction.hh.
G4String OlapInfo::info |
Definition at line 76 of file OlapEventAction.hh.
G4LogicalVolume* OlapInfo::originalMother |
Definition at line 78 of file OlapEventAction.hh.
G4bool OlapInfo::probNot |
Definition at line 77 of file OlapEventAction.hh.
std::vector<OlapStepInfo *> OlapInfo::stAB |
Definition at line 74 of file OlapEventAction.hh.
std::vector<OlapStepInfo *> OlapInfo::stBA |
Definition at line 75 of file OlapEventAction.hh.
G4ThreeVector OlapInfo::v1 |
Definition at line 71 of file OlapEventAction.hh.
G4ThreeVector OlapInfo::v2 |
Definition at line 71 of file OlapEventAction.hh.