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

#include <G4NeutronHPManager.hh>

Public Member Functions

G4NeutronHPReactionWhiteBoardGetReactionWhiteBoard ()
 
void OpenReactionWhiteBoard ()
 
void CloseReactionWhiteBoard ()
 

Static Public Member Functions

static G4NeutronHPManagerGetInstance ()
 

Detailed Description

Definition at line 39 of file G4NeutronHPManager.hh.

Member Function Documentation

◆ CloseReactionWhiteBoard()

void G4NeutronHPManager::CloseReactionWhiteBoard ( )
inline

◆ GetInstance()

◆ GetReactionWhiteBoard()

G4NeutronHPReactionWhiteBoard * G4NeutronHPManager::GetReactionWhiteBoard ( )

Definition at line 53 of file G4NeutronHPManager.cc.

54{
55 if ( RWB == NULL ) {
56 G4cout << "Warning: try to access G4NeutronHPReactionWhiteBoard before opening" << G4endl;
58 }
59 return RWB;
60}
#define G4endl
Definition: G4ios.hh:52
G4DLLIMPORT std::ostream G4cout

Referenced by G4NeutronHPChannelList::ApplyYourself(), G4NeutronHPCapture::ApplyYourself(), G4NeutronHPElastic::ApplyYourself(), G4NeutronHPFission::ApplyYourself(), G4NeutronHPInelastic::ApplyYourself(), and G4NeutronHPChannel::ApplyYourself().

◆ OpenReactionWhiteBoard()

void G4NeutronHPManager::OpenReactionWhiteBoard ( )

Definition at line 44 of file G4NeutronHPManager.cc.

45{
46 if ( RWB != NULL ) {
47 G4cout << "Warning: G4NeutronHPReactionWhiteBoard is tried doubly opening" << G4endl;
49 }
50
52}

Referenced by G4NeutronHPCapture::ApplyYourself(), G4NeutronHPElastic::ApplyYourself(), G4NeutronHPFission::ApplyYourself(), and G4NeutronHPInelastic::ApplyYourself().


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