module CorcSetup verbosity = info enable = true UseOutputDBFile = false OutputRootFilePrefix = Corc_ OutputReportFilePrefix = Corc_ endmod
Public Member Functions | |
MCorcSetup (QSequence *s) | |
constructor | |
~MCorcSetup () | |
destructor | |
void | Init () |
Init method. | |
QEvent * | Do (QEvent *ev) |
Do method. | |
void | Done () |
Done method. | |
Private Attributes | |
int | fCurrentRun |
Current run. | |
bool | fIsFirstEvent |
Whether or not the very first event is being processed. | |
std::string | fOutputPlotsDirectoryBase |
Base of output plots directory. | |
int | fPreviousRun |
Previous run. |