Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
HookEventProcState Class Reference

#include <G4OpenInventorXtExaminerViewer.hh>

+ Inheritance diagram for HookEventProcState:

Public Member Functions

 HookEventProcState (G4OpenInventorXtExaminerViewer *)
 
 ~HookEventProcState ()
 
virtual G4bool Notify (G4ApplicationState requiredState)
 
- Public Member Functions inherited from G4VStateDependent
 G4VStateDependent (G4bool bottom=false)
 
virtual ~G4VStateDependent ()
 
G4int operator== (const G4VStateDependent &right) const
 
G4int operator!= (const G4VStateDependent &right) const
 
virtual G4bool Notify (G4ApplicationState requestedState)=0
 

Detailed Description

Definition at line 34 of file G4OpenInventorXtExaminerViewer.hh.

Constructor & Destructor Documentation

◆ HookEventProcState()

HookEventProcState::HookEventProcState ( G4OpenInventorXtExaminerViewer vwr)

Definition at line 4722 of file G4OpenInventorXtExaminerViewer.cc.

4723{
4724 this->viewer = vwr;
4725}

◆ ~HookEventProcState()

HookEventProcState::~HookEventProcState ( )

Definition at line 4728 of file G4OpenInventorXtExaminerViewer.cc.

4729{;}

Member Function Documentation

◆ Notify()

G4bool HookEventProcState::Notify ( G4ApplicationState  requiredState)
virtual

Implements G4VStateDependent.

Definition at line 4732 of file G4OpenInventorXtExaminerViewer.cc.

4733{
4734 if(requiredState == G4State_EventProc){
4735 this->viewer->newEvents = true;
4736 }
4737 return true;
4738}
@ G4State_EventProc

The documentation for this class was generated from the following files: