Geant4  10.02.p03
FFRunAction Class Reference

#include <FFRunAction.hh>

Inheritance diagram for FFRunAction:
Collaboration diagram for FFRunAction:

Public Member Functions

 FFRunAction ()
 
virtual void BeginOfRunAction (const G4Run *)
 
virtual void EndOfRunAction (const G4Run *)
 
virtual ~FFRunAction ()
 
- Public Member Functions inherited from G4UserRunAction
 G4UserRunAction ()
 
virtual ~G4UserRunAction ()
 
virtual G4RunGenerateRun ()
 
void SetMaster (G4bool val=true)
 
G4bool IsMaster () const
 

Additional Inherited Members

- Protected Attributes inherited from G4UserRunAction
G4bool isMaster
 

Detailed Description

Definition at line 46 of file FFRunAction.hh.

Constructor & Destructor Documentation

◆ FFRunAction()

FFRunAction::FFRunAction ( )

Definition at line 51 of file FFRunAction.cc.

53 {
54  // Nothing here
55 }
Here is the call graph for this function:

◆ ~FFRunAction()

FFRunAction::~FFRunAction ( )
virtual

Definition at line 74 of file FFRunAction.cc.

75 {
76  // Nothing here
77 }
Here is the caller graph for this function:

Member Function Documentation

◆ BeginOfRunAction()

void FFRunAction::BeginOfRunAction ( const G4Run )
virtual

Reimplemented from G4UserRunAction.

Definition at line 59 of file FFRunAction.cc.

60 {
62 }
void SetRandomNumberStore(G4bool flag)
static G4RunManager * GetRunManager()
Definition: G4RunManager.cc:79
Here is the call graph for this function:
Here is the caller graph for this function:

◆ EndOfRunAction()

void FFRunAction::EndOfRunAction ( const G4Run )
virtual

Reimplemented from G4UserRunAction.

Definition at line 66 of file FFRunAction.cc.

67 {
68  // TODO Check location of fission fragments here
69  // TODO Implement detector tally here
70 }
Here is the call graph for this function:
Here is the caller graph for this function:

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