RunManager Class Reference
|
Ratpac-two
|
RAT::RunManager Class Reference
#include <RunManager.hh>
Inheritance diagram for RAT::RunManager:
Public Member Functions | |
| RunManager (ProcBlock *theMainBlock) | |
Public Member Functions inherited from RAT::Producer | |
| Producer () | |
| Producer (ProcBlock *theBlock) | |
| virtual | ~Producer () |
| ProcBlock * | GetMainBlock () |
| void | SetMainBlock (ProcBlock *block) |
| virtual void | BeginOfRun (DS::Run *run) |
| virtual void | EndOfRun (DS::Run *run) |
Protected Member Functions | |
| void | Init () |
Protected Attributes | |
| G4RunManager * | theRunManager |
| ProcBlock * | mainBlock |
| Gsim * | ratGsim |
| G4VisManager * | theVisManager |
Protected Attributes inherited from RAT::Producer | |
| ProcBlock * | mainBlock |
Detailed Description
@detail Set up the G4RunManager environment, before initializing the main RAT simulation in RAT::Gsim.
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/core/include/RAT/RunManager.hh
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/core/src/RunManager.cc
Generated by
Public Member Functions inherited from