Go to the source code of this file.
#define DECLARE_INTERCEPT_SYMBOLS |
( |
|
APP | ) |
|
Value:class APP \
{ \
public: \
void Stepping(); \
void FinishEvent(); \
void FinishRun(); \
};
Definition at line 32 of file MCStepInterceptor.cxx.
#define INTERCEPT_FINISHEVENT |
( |
|
APP, |
|
|
|
LIB, |
|
|
|
SYMBOL |
|
) |
| |
Value:void APP::FinishEvent() \
{ \
}
void dispatchFinishEvent(FairMCApplication *, char const *libname, char const *)
Definition at line 58 of file MCStepInterceptor.cxx.
#define INTERCEPT_FINISHRUN |
( |
|
APP, |
|
|
|
LIB, |
|
|
|
SYMBOL |
|
) |
| |
Value:void APP::FinishRun() \
{ \
}
void dispatchFinishRun(FairMCApplication *, char const *libname, char const *)
Definition at line 66 of file MCStepInterceptor.cxx.
#define INTERCEPT_STEPPING |
( |
|
APP, |
|
|
|
LIB, |
|
|
|
SYMBOL |
|
) |
| |
Value:void APP::Stepping() \
{ \
}
void dispatchStepping(FairMCApplication *, char const *libname, char const *)
void performLogging(FairMCApplication *)
Definition at line 50 of file MCStepInterceptor.cxx.
void dispatchFinishEvent |
( |
FairMCApplication * |
, |
|
|
char const * |
libname, |
|
|
char const * |
|
|
) |
| |