#include <BaseApp.h>
Inheritance diagram for BaseApp:

Public Methods | |
| BaseApp () | |
| virtual | ~BaseApp () |
| BaseApp& | addInteractor (Interactor*) |
| BaseApp& | setWorld (World* w) |
| BaseApp& | setGenerator ( Generator* g) |
| World& | world () |
| Generator& | generator () |
| BaseApp& | setBeam (const char* name, const Vector& p, const Point& r) |
| const char* | run (unsigned long events=1) |
| void | stop () |
| const char* | trigger () |
| virtual void | endEvent () |
| virtual void | beginEvent () |
| void | clearResponse () |
| void | clearEvent () |
| void | printEvent (std::ostream& = std::cout) |
| void | printPDT (std::ostream& = std::cout) |
| void | printMaterials (std::ostream& = std::cout) |
| void | printResponse (std::ostream& = std::cout) |
| void | printDetector (std::ostream& = std::cout) |
Public Attributes | |
| unsigned long | eventNumber |
Private Attributes | |
| World* | _world |
| Generator* | _generator |
|
|
Definition at line 19 of file BaseApp.cxx. |
|
|
Definition at line 52 of file BaseApp.cxx. |
|
|
Definition at line 48 of file BaseApp.cxx. Referenced by USEGUI(). |
|
|
Definition at line 66 of file BaseApp.h. Referenced by trigger(). |
|
|
Definition at line 161 of file BaseApp.cxx. Referenced by trigger(). |
|
|
Definition at line 69 of file BaseApp.h. Referenced by trigger(). |
|
|
Reimplemented in TestApp, and ShowerTest. Definition at line 63 of file BaseApp.h. Referenced by trigger(). |
|
|
Definition at line 61 of file BaseApp.cxx. |
|
|
Definition at line 189 of file BaseApp.cxx. |
|
|
Definition at line 172 of file BaseApp.cxx. |
|
|
Definition at line 155 of file BaseApp.cxx. |
|
|
Definition at line 165 of file BaseApp.cxx. |
|
|
Definition at line 182 of file BaseApp.cxx. Referenced by USEGUI(). |
|
|
Definition at line 104 of file BaseApp.cxx. Referenced by USEGUI(). |
|
|
Definition at line 26 of file BaseApp.cxx. Referenced by ShowerTest::init(), and TestApp::init(). |
|
|
Definition at line 40 of file BaseApp.cxx. |
|
|
Definition at line 32 of file BaseApp.cxx. Referenced by USEGUI(), ShowerTest::init(), and TestApp::init(). |
|
|
Definition at line 130 of file BaseApp.cxx. |
|
|
Definition at line 136 of file BaseApp.cxx. Referenced by run(). |
|
|
Definition at line 57 of file BaseApp.cxx. |
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000