Geant4
9.6.p02
|
#include <G4BlineEventAction.hh>
Public Member Functions | |
G4BlineEventAction (G4BlineTracer *aBlineTool) | |
virtual | ~G4BlineEventAction () |
virtual void | BeginOfEventAction (const G4Event *) |
virtual void | EndOfEventAction (const G4Event *) |
void | DrawFieldLines (G4double zoom, G4double theta, G4double phi) |
void | ResetVectorObjectToBeDrawn () |
void | SetDrawColour (G4Colour aColour) |
void | SetDrawBline (G4bool aBool) |
void | SetDrawPoints (G4bool aBool) |
void | SetPointSize (G4double aVal) |
G4bool | GetDrawBline () |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
void | SetEventManager (G4EventManager *value) |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 61 of file G4BlineEventAction.hh.
G4BlineEventAction::G4BlineEventAction | ( | G4BlineTracer * | aBlineTool) |
Definition at line 55 of file G4BlineEventAction.cc.
|
virtual |
Definition at line 62 of file G4BlineEventAction.cc.
Reimplemented from G4UserEventAction.
Definition at line 70 of file G4BlineEventAction.cc.
Definition at line 115 of file G4BlineEventAction.cc.
Reimplemented from G4UserEventAction.
Definition at line 76 of file G4BlineEventAction.cc.
|
inline |
Definition at line 80 of file G4BlineEventAction.hh.
void G4BlineEventAction::ResetVectorObjectToBeDrawn | ( | ) |
Definition at line 76 of file G4BlineEventAction.hh.