Geant4-11
|
#include <G4RTRun.hh>
Public Types | |
using | ProfilerConfig = G4ProfilerConfig< G4ProfileType::Run > |
Public Member Functions | |
G4RTRun () | |
const G4DCtable * | GetDCtable () const |
const std::vector< const G4Event * > * | GetEventVector () const |
const G4HCtable * | GetHCtable () const |
G4THitsMap< G4Colour > * | GetMap () const |
G4int | GetNumberOfEvent () const |
G4int | GetNumberOfEventToBeProcessed () const |
const G4String & | GetRandomNumberStatus () const |
G4int | GetRunID () const |
virtual void | Merge (const G4Run *) |
virtual void | RecordEvent (const G4Event *) |
void | SetDCtable (G4DCtable *DCtbl) |
void | SetHCtable (G4HCtable *HCtbl) |
void | SetNumberOfEventToBeProcessed (G4int n_ev) |
void | SetRandomNumberStatus (G4String &st) |
void | SetRunID (G4int id) |
void | StoreEvent (G4Event *evt) |
virtual | ~G4RTRun () |
Protected Attributes | |
G4DCtable * | DCtable = nullptr |
std::vector< const G4Event * > * | eventVector = nullptr |
G4HCtable * | HCtable = nullptr |
G4int | numberOfEvent = 0 |
G4int | numberOfEventToBeProcessed = 0 |
G4String | randomNumberStatus = "" |
G4int | runID = 0 |
Private Member Functions | |
G4Colour | Attenuate (G4RayTrajectoryPoint *, G4Colour) |
G4Colour | GetMixedColour (G4Colour, G4Colour, G4double) |
G4Colour | GetSurfaceColour (G4RayTrajectoryPoint *) |
G4bool | ValidColour (const G4VisAttributes *) |
Private Attributes | |
G4double | attenuationLength |
G4Colour | backgroundColour |
G4THitsMap< G4Colour > * | colorMap |
G4ThreeVector | lightDirection |
Definition at line 50 of file G4RTRun.hh.
|
inherited |
G4RTRun::G4RTRun | ( | ) |
Definition at line 46 of file G4RTRun.cc.
References attenuationLength, G4TheRayTracer::attenuationLength, backgroundColour, G4TheRayTracer::backgroundColour, colorMap, lightDirection, G4TheRayTracer::lightDirection, and G4TheMTRayTracer::theInstance.
|
virtual |
Definition at line 55 of file G4RTRun.cc.
References G4VTHitsMap< T, Map_t >::clear(), and colorMap.
|
private |
Definition at line 152 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().
|
inlineinherited |
|
inlineinherited |
Definition at line 96 of file G4Run.hh.
References G4Run::eventVector.
Referenced by G4VisManager::EndOfEvent(), G4VisManager::EndOfRun(), G4VisCommandSceneAddEventID::EventID::operator()(), and G4VisCommandSceneEndOfEventAction::SetNewValue().
|
inlineinherited |
|
inline |
Definition at line 63 of file G4RTRun.hh.
References colorMap.
Referenced by G4TheMTRayTracer::CreateBitMap().
Definition at line 143 of file G4RTRun.cc.
References alpha, G4Colour::GetAlpha(), G4Colour::GetBlue(), G4Colour::GetGreen(), and G4Colour::GetRed().
Referenced by GetSurfaceColour(), and RecordEvent().
|
inlineinherited |
Definition at line 80 of file G4Run.hh.
References G4Run::numberOfEvent.
Referenced by export_G4Run().
|
inlineinherited |
Definition at line 83 of file G4Run.hh.
References G4Run::numberOfEventToBeProcessed.
Referenced by export_G4Run(), and G4VisCommandSceneAddEventID::EventID::operator()().
|
inlineinherited |
|
inlineinherited |
Definition at line 78 of file G4Run.hh.
References G4Run::runID.
Referenced by G4TrajectoriesModel::DescribeYourselfTo(), G4VisManager::Draw(), export_G4Run(), G4RunManager::GenerateEvent(), G4WorkerRunManager::GenerateEvent(), G4WorkerTaskRunManager::GenerateEvent(), G4VisCommandSceneAddEventID::EventID::operator()(), G4RunManager::rndmSaveThisEvent(), G4WorkerRunManager::rndmSaveThisEvent(), G4MTRunManager::rndmSaveThisRun(), G4RunManager::rndmSaveThisRun(), G4WorkerRunManager::rndmSaveThisRun(), G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), G4WorkerTaskRunManager::RunInitialization(), and G4OpenGLSceneHandler::ScaledFlush().
|
private |
Definition at line 95 of file G4RTRun.cc.
References G4Colour::GetAlpha(), G4Colour::GetBlue(), G4VisAttributes::GetColour(), G4Colour::GetGreen(), GetMixedColour(), G4RayTrajectoryPoint::GetPostStepAtt(), G4RayTrajectoryPoint::GetPreStepAtt(), G4Colour::GetRed(), G4RayTrajectoryPoint::GetSurfaceNormal(), lightDirection, CLHEP::normal(), and ValidColour().
Referenced by RecordEvent().
|
virtual |
Reimplemented from G4Run.
Definition at line 88 of file G4RTRun.cc.
References colorMap, and G4Run::Merge().
|
virtual |
Reimplemented from G4Run.
Definition at line 61 of file G4RTRun.cc.
References G4VTHitsMap< T, Map_t >::add(), Attenuate(), backgroundColour, colorMap, G4Colour::GetAlpha(), G4Event::GetEventID(), GetMixedColour(), G4RayTrajectory::GetPointC(), G4RayTrajectory::GetPointEntries(), G4RayTrajectoryPoint::GetPostStepAtt(), GetSurfaceColour(), and G4Event::GetTrajectoryContainer().
|
inlineinherited |
Definition at line 108 of file G4Run.hh.
References G4Run::DCtable.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
inlineinherited |
Definition at line 107 of file G4Run.hh.
References G4Run::HCtable.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
inlineinherited |
Definition at line 103 of file G4Run.hh.
References G4Run::numberOfEventToBeProcessed.
Referenced by export_G4Run(), G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
inlineinherited |
Definition at line 109 of file G4Run.hh.
References G4Run::randomNumberStatus.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
inlineinherited |
Definition at line 102 of file G4Run.hh.
References G4Run::runID.
Referenced by export_G4Run(), G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
inherited |
Definition at line 78 of file G4Run.cc.
References G4Run::eventVector.
Referenced by G4RunManager::StackPreviousEvent().
|
private |
Definition at line 180 of file G4RTRun.cc.
References G4VisAttributes::GetForcedDrawingStyle(), G4VisAttributes::IsForceDrawingStyle(), G4VisAttributes::IsVisible(), and G4VisAttributes::wireframe.
Referenced by Attenuate(), and GetSurfaceColour().
|
private |
Definition at line 68 of file G4RTRun.hh.
Referenced by Attenuate(), and G4RTRun().
|
private |
Definition at line 66 of file G4RTRun.hh.
Referenced by G4RTRun(), and RecordEvent().
|
private |
Definition at line 60 of file G4RTRun.hh.
Referenced by G4RTRun(), GetMap(), Merge(), RecordEvent(), and ~G4RTRun().
|
protectedinherited |
Definition at line 117 of file G4Run.hh.
Referenced by G4Run::GetDCtable(), and G4Run::SetDCtable().
|
protectedinherited |
Definition at line 119 of file G4Run.hh.
Referenced by G4Run::G4Run(), G4Run::GetEventVector(), G4Run::Merge(), G4Run::StoreEvent(), and G4Run::~G4Run().
|
protectedinherited |
Definition at line 116 of file G4Run.hh.
Referenced by G4Run::GetHCtable(), and G4Run::SetHCtable().
|
private |
Definition at line 67 of file G4RTRun.hh.
Referenced by G4RTRun(), and GetSurfaceColour().
|
protectedinherited |
Definition at line 114 of file G4Run.hh.
Referenced by G4Run::GetNumberOfEvent(), G4Run::Merge(), and G4Run::RecordEvent().
|
protectedinherited |
Definition at line 115 of file G4Run.hh.
Referenced by G4Run::GetNumberOfEventToBeProcessed(), and G4Run::SetNumberOfEventToBeProcessed().
|
protectedinherited |
Definition at line 118 of file G4Run.hh.
Referenced by G4Run::GetRandomNumberStatus(), and G4Run::SetRandomNumberStatus().
|
protectedinherited |
Definition at line 113 of file G4Run.hh.
Referenced by G4Run::GetRunID(), and G4Run::SetRunID().