Geant4
10.00.p03
|
#include <G4RTRun.hh>
Public Member Functions | |
G4RTRun () | |
virtual | ~G4RTRun () |
virtual void | RecordEvent (const G4Event *) |
virtual void | Merge (const G4Run *) |
G4THitsMap< G4Colour > * | GetMap () const |
Public Member Functions inherited from G4Run | |
G4Run () | |
virtual | ~G4Run () |
G4int | GetRunID () const |
G4int | GetNumberOfEvent () const |
G4int | GetNumberOfEventToBeProcessed () const |
const G4HCtable * | GetHCtable () const |
const G4DCtable * | GetDCtable () const |
const G4String & | GetRandomNumberStatus () const |
void | SetRunID (G4int id) |
void | SetNumberOfEventToBeProcessed (G4int n_ev) |
void | SetHCtable (G4HCtable *HCtbl) |
void | SetDCtable (G4DCtable *DCtbl) |
void | SetRandomNumberStatus (G4String &st) |
void | StoreEvent (G4Event *evt) |
const std::vector< const G4Event * > * | GetEventVector () const |
Private Member Functions | |
G4Colour | GetSurfaceColour (G4RayTrajectoryPoint *) |
G4Colour | GetMixedColour (G4Colour, G4Colour, G4double) |
G4Colour | Attenuate (G4RayTrajectoryPoint *, G4Colour) |
G4bool | ValidColour (const G4VisAttributes *) |
Private Attributes | |
G4THitsMap< G4Colour > * | colorMap |
G4Colour | backgroundColour |
G4ThreeVector | lightDirection |
G4double | attenuationLength |
Additional Inherited Members | |
Protected Attributes inherited from G4Run | |
G4int | runID |
G4int | numberOfEvent |
G4int | numberOfEventToBeProcessed |
G4HCtable * | HCtable |
G4DCtable * | DCtable |
G4String | randomNumberStatus |
std::vector< const G4Event * > * | eventVector |
Definition at line 51 of file G4RTRun.hh.
G4RTRun::G4RTRun | ( | ) |
Definition at line 48 of file G4RTRun.cc.
References attenuationLength, G4TheRayTracer::attenuationLength, backgroundColour, G4TheRayTracer::backgroundColour, colorMap, lightDirection, G4TheRayTracer::lightDirection, and G4TheMTRayTracer::theInstance.
|
virtual |
Definition at line 57 of file G4RTRun.cc.
References G4THitsMap< T >::clear(), and colorMap.
|
private |
Definition at line 154 of file G4RTRun.cc.
References attenuationLength, G4Colour::GetAlpha(), G4Colour::GetBlue(), G4VisAttributes::GetColour(), G4Colour::GetGreen(), G4RayTrajectoryPoint::GetPreStepAtt(), G4Colour::GetRed(), G4RayTrajectoryPoint::GetStepLength(), and ValidColour().
Referenced by RecordEvent().
|
inline |
Definition at line 64 of file G4RTRun.hh.
References colorMap.
Referenced by G4TheMTRayTracer::CreateBitMap().
Definition at line 145 of file G4RTRun.cc.
References alpha, blue, G4Colour::GetAlpha(), G4Colour::GetBlue(), G4Colour::GetGreen(), G4Colour::GetRed(), and red.
Referenced by GetSurfaceColour(), and RecordEvent().
|
private |
Definition at line 97 of file G4RTRun.cc.
References blue, G4Colour::GetAlpha(), G4Colour::GetBlue(), G4VisAttributes::GetColour(), G4Colour::GetGreen(), GetMixedColour(), G4RayTrajectoryPoint::GetPostStepAtt(), G4RayTrajectoryPoint::GetPreStepAtt(), G4Colour::GetRed(), G4RayTrajectoryPoint::GetSurfaceNormal(), lightDirection, CLHEP::normal(), red, and ValidColour().
Referenced by RecordEvent().
|
virtual |
Reimplemented from G4Run.
Definition at line 90 of file G4RTRun.cc.
References colorMap, and G4Run::Merge().
|
virtual |
Reimplemented from G4Run.
Definition at line 63 of file G4RTRun.cc.
References G4THitsMap< T >::add(), Attenuate(), backgroundColour, colorMap, G4Colour::GetAlpha(), G4Event::GetEventID(), GetMixedColour(), G4RayTrajectory::GetPointC(), G4RayTrajectory::GetPointEntries(), G4RayTrajectoryPoint::GetPostStepAtt(), GetSurfaceColour(), and G4Event::GetTrajectoryContainer().
|
private |
Definition at line 182 of file G4RTRun.cc.
References G4VisAttributes::GetForcedDrawingStyle(), G4VisAttributes::IsForceDrawingStyle(), G4VisAttributes::IsVisible(), and G4VisAttributes::wireframe.
Referenced by Attenuate(), and GetSurfaceColour().
|
private |
Definition at line 69 of file G4RTRun.hh.
Referenced by Attenuate(), and G4RTRun().
|
private |
Definition at line 67 of file G4RTRun.hh.
Referenced by G4RTRun(), and RecordEvent().
|
private |
Definition at line 61 of file G4RTRun.hh.
Referenced by G4RTRun(), GetMap(), Merge(), RecordEvent(), and ~G4RTRun().
|
private |
Definition at line 68 of file G4RTRun.hh.
Referenced by G4RTRun(), and GetSurfaceColour().