Inheritance diagram for MCorcSetup:

All CORC modules read from ev->AuxData() or SeqAuxData() setup parameters set by this module, so it must be the first in the CORC sequence
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 Member Functions | |
| void | WriteDetectorMap () |
| Write the detector map to the output ROOT file. | |
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. | |
1.5.1