#include <EventProcessor.h>
Public Member Functions | |
virtual bool | alreadyHandlingException () const |
void | beginJob () |
virtual void | beginLumi (ProcessHistoryID const &phid, RunNumber_t run, LuminosityBlockNumber_t lumi) |
virtual void | beginRun (statemachine::Run const &run) |
void | clearCounters () |
Clears counters used by trigger report. More... | |
virtual void | closeInputFile (bool cleaningUpAfterException) |
virtual void | closeOutputFiles () |
virtual void | deleteLumiFromCache (ProcessHistoryID const &phid, RunNumber_t run, LuminosityBlockNumber_t lumi) |
virtual void | deleteRunFromCache (statemachine::Run const &run) |
virtual void | doErrorStuff () |
void | enableEndPaths (bool active) |
void | endJob () |
virtual void | endLumi (ProcessHistoryID const &phid, RunNumber_t run, LuminosityBlockNumber_t lumi, bool cleaningUpAfterException) |
virtual bool | endOfLoop () |
bool | endPathsEnabled () const |
virtual void | endRun (statemachine::Run const &run, bool cleaningUpAfterException) |
EventProcessor (std::string const &config, ServiceToken const &token=ServiceToken(), serviceregistry::ServiceLegacy=serviceregistry::kOverlapIsError, std::vector< std::string > const &defaultServices=std::vector< std::string >(), std::vector< std::string > const &forcedServices=std::vector< std::string >()) | |
EventProcessor (std::string const &config, std::vector< std::string > const &defaultServices, std::vector< std::string > const &forcedServices=std::vector< std::string >()) | |
EventProcessor (std::shared_ptr< ProcessDesc > &processDesc, ServiceToken const &token, serviceregistry::ServiceLegacy legacy) | |
EventProcessor (std::string const &config, bool isPython) | |
meant for unit tests More... | |
EventProcessor (EventProcessor const &)=delete | |
bool | forkProcess (std::string const &jobReportFile) |
std::vector< ModuleDescription const * > | getAllModuleDescriptions () const |
ServiceToken | getToken () |
void | getTriggerReport (TriggerReport &rep) const |
virtual void | openOutputFiles () |
EventProcessor & | operator= (EventProcessor const &)=delete |
virtual void | prepareForNextLoop () |
ProcessConfiguration const & | processConfiguration () const |
virtual int | readAndMergeLumi () |
virtual statemachine::Run | readAndMergeRun () |
virtual void | readAndProcessEvent () |
virtual void | readFile () |
virtual int | readLuminosityBlock () |
virtual statemachine::Run | readRun () |
virtual void | respondToCloseInputFile () |
virtual void | respondToOpenInputFile () |
virtual void | rewindInput () |
StatusCode | run () |
virtual StatusCode | runToCompletion () |
virtual void | setExceptionMessageFiles (std::string &message) |
virtual void | setExceptionMessageLumis (std::string &message) |
virtual void | setExceptionMessageRuns (std::string &message) |
virtual bool | shouldWeCloseOutput () const |
virtual bool | shouldWeStop () const |
virtual void | startingNewLoop () |
int | totalEvents () const |
int | totalEventsFailed () const |
int | totalEventsPassed () const |
virtual void | writeLumi (ProcessHistoryID const &phid, RunNumber_t run, LuminosityBlockNumber_t lumi) |
virtual void | writeRun (statemachine::Run const &run) |
~EventProcessor () | |
Public Member Functions inherited from edm::IEventProcessor | |
virtual | ~IEventProcessor () |
Private Types | |
typedef std::set< std::pair < std::string, std::string > > | ExcludedData |
typedef std::map< std::string, ExcludedData > | ExcludedDataMap |
Private Member Functions | |
std::shared_ptr < BranchIDListHelper const > | branchIDListHelper () const |
std::shared_ptr < BranchIDListHelper > & | branchIDListHelper () |
bool | checkForAsyncStopRequest (StatusCode &) |
std::unique_ptr < statemachine::Machine > | createStateMachine () |
void | init (std::shared_ptr< ProcessDesc > &processDesc, ServiceToken const &token, serviceregistry::ServiceLegacy) |
std::shared_ptr< EDLooperBase const > | looper () const |
std::shared_ptr< EDLooperBase > & | looper () |
void | possiblyContinueAfterForkChildFailure () |
std::shared_ptr < ProductRegistry const > | preg () const |
std::shared_ptr < ProductRegistry > & | preg () |
void | processEvent (unsigned int iStreamIndex) |
void | processEventsForStreamAsync (unsigned int iStreamIndex, std::atomic< bool > *finishedProcessingEvents) |
void | readEvent (unsigned int iStreamIndex) |
void | setupSignal () |
void | terminateMachine (std::unique_ptr< statemachine::Machine >) |
std::shared_ptr < ThinnedAssociationsHelper const > | thinnedAssociationsHelper () const |
std::shared_ptr < ThinnedAssociationsHelper > & | thinnedAssociationsHelper () |
Friends | |
class | StreamProcessingTask |
Additional Inherited Members | |
Public Types inherited from edm::IEventProcessor | |
enum | Status { epSuccess =0, epException =1, epOther =2, epSignal =3, epInputComplete =4, epTimedOut =5, epCountComplete =6 } |
typedef Status | StatusCode |
Definition at line 61 of file EventProcessor.h.
|
private |
Definition at line 314 of file EventProcessor.h.
|
private |
Definition at line 315 of file EventProcessor.h.
|
explicit |
Definition at line 219 of file EventProcessor.cc.
References init(), edm::parameterSet(), and PythonProcessDesc::parameterSet().
edm::EventProcessor::EventProcessor | ( | std::string const & | config, |
std::vector< std::string > const & | defaultServices, | ||
std::vector< std::string > const & | forcedServices = std::vector<std::string>() |
||
) |
Definition at line 262 of file EventProcessor.cc.
References init(), edm::serviceregistry::kOverlapIsError, edm::parameterSet(), and PythonProcessDesc::parameterSet().
edm::EventProcessor::EventProcessor | ( | std::shared_ptr< ProcessDesc > & | processDesc, |
ServiceToken const & | token, | ||
serviceregistry::ServiceLegacy | legacy | ||
) |
Definition at line 306 of file EventProcessor.cc.
References init().
edm::EventProcessor::EventProcessor | ( | std::string const & | config, |
bool | isPython | ||
) |
meant for unit tests
Definition at line 348 of file EventProcessor.cc.
References mps_alisetup::config, init(), edm::serviceregistry::kOverlapIsError, edm::parameterSet(), and PythonProcessDesc::parameterSet().
edm::EventProcessor::~EventProcessor | ( | ) |
Definition at line 569 of file EventProcessor.cc.
References actReg_, edm::ParentageRegistry::clear(), edm::pset::Registry::clear(), esp_, espController_, getToken(), input_, edm::ParentageRegistry::instance(), edm::pset::Registry::instance(), looper_, schedule_, and unpackBuffers-CaloStage2::token.
|
delete |
|
virtual |
Implements edm::IEventProcessor.
Definition at line 2081 of file EventProcessor.cc.
void edm::EventProcessor::beginJob | ( | void | ) |
This should be called before the first call to 'run' If this is not called in time, it will automatically be called the first time 'run' is called
Definition at line 588 of file EventProcessor.cc.
References actReg_, cms::Exception::addContext(), bk::beginJob(), beginJobCalled_, edm::checkForModuleDependencyCorrectness(), edm::for_all(), i, edm::PathsAndConsumesOfModules::initialize(), input_, edm::PreallocationConfiguration::numberOfLuminosityBlocks(), edm::PreallocationConfiguration::numberOfRuns(), edm::PreallocationConfiguration::numberOfStreams(), edm::PreallocationConfiguration::numberOfThreads(), cmsPerfStripChart::operate(), pathsAndConsumesOfModules_, preallocations_, preg(), preg_, printDependencies_, processContext_, schedule_, serviceToken_, subProcesses_, and edm::convertException::wrap().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1684 of file EventProcessor.cc.
References edm::LuminosityBlockPrincipal::beginTime(), FDEBUG, edm::for_all(), i, edm::Service< T >::isAvailable(), edm::LuminosityBlockPrincipal::luminosityBlock(), rng, and edm::LuminosityBlockPrincipal::run().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1594 of file EventProcessor.cc.
References edm::RunPrincipal::beginTime(), FDEBUG, edm::for_all(), i, statemachine::Run::processHistoryID(), edm::RunPrincipal::run(), and statemachine::Run::runNumber().
|
inlineprivate |
Definition at line 252 of file EventProcessor.h.
References branchIDListHelper_, and edm::get_underlying_safe().
Referenced by init().
|
inlineprivate |
Definition at line 253 of file EventProcessor.h.
References branchIDListHelper_, and edm::get_underlying_safe().
|
private |
Definition at line 1275 of file EventProcessor.cc.
References edm::shutdown_flag.
void edm::EventProcessor::clearCounters | ( | ) |
Clears counters used by trigger report.
Definition at line 1237 of file EventProcessor.cc.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1494 of file EventProcessor.cc.
References FDEBUG.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1511 of file EventProcessor.cc.
References FDEBUG, and edm::for_all().
|
private |
Definition at line 1243 of file EventProcessor.cc.
References edm::errors::Configuration, statemachine::doNotHandleEmptyRunsAndLumis, Exception, dtDQMClient_cfg::fileMode, statemachine::FULLMERGE, statemachine::handleEmptyRuns, statemachine::handleEmptyRunsAndLumis, statemachine::NOMERGE, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1855 of file EventProcessor.cc.
References FDEBUG, and edm::for_all().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1843 of file EventProcessor.cc.
References FDEBUG, edm::for_all(), statemachine::Run::processHistoryID(), and statemachine::Run::runNumber().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1583 of file EventProcessor.cc.
References FDEBUG.
void edm::EventProcessor::enableEndPaths | ( | bool | active | ) |
Turn end_paths "off" if "active" is false; turn end_paths "on" if "active" is true.
Definition at line 1222 of file EventProcessor.cc.
void edm::EventProcessor::endJob | ( | void | ) |
This should be called before the EventProcessor is destroyed throws if any module's endJob throws an exception.
Definition at line 643 of file EventProcessor.cc.
References actReg_, EnergyCorrector::c, edm::ExceptionCollector::call(), edm::SubProcess::doEndJob(), edm::InputSource::doEndJob(), edm::EDLooperBase::endOfJob(), edm::ExceptionCollector::hasThrown(), i, input_, looper(), looper_, edm::PreallocationConfiguration::numberOfStreams(), cmsPerfStripChart::operate(), preallocations_, edm::ExceptionCollector::rethrow(), schedule_, serviceToken_, and subProcesses_.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1730 of file EventProcessor.cc.
References edm::LuminosityBlockPrincipal::endTime(), FDEBUG, edm::for_all(), i, edm::LuminosityBlockPrincipal::luminosityBlock(), edm::LuminosityBlockPrincipal::run(), edm::LuminosityBlockPrincipal::setComplete(), and edm::LuminosityBlockPrincipal::setEndTime().
Referenced by Types.EventRange::cppID().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1546 of file EventProcessor.cc.
References FDEBUG, and mps_update::status.
bool edm::EventProcessor::endPathsEnabled | ( | ) | const |
Return true if end_paths are active, and false if they are inactive.
Definition at line 1227 of file EventProcessor.cc.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1642 of file EventProcessor.cc.
References edm::RunPrincipal::endTime(), FDEBUG, edm::for_all(), i, statemachine::Run::processHistoryID(), edm::RunPrincipal::run(), statemachine::Run::runNumber(), edm::RunPrincipal::setComplete(), and edm::RunPrincipal::setEndTime().
bool edm::EventProcessor::forkProcess | ( | std::string const & | jobReportFile | ) |
Definition at line 901 of file EventProcessor.cc.
References assert(), bk::beginJob(), edm::eventsetup::EventSetupRecord::doGet(), alignCSCRings::e, Exception, cmsRelvalreport::exit, edm::EventSetup::fillAvailableRecordKeys(), edm::eventsetup::EventSetupRecord::fillRegisteredDataKeys(), edm::EventSetup::find(), edm::eventsetup::EventSetupRecord::find(), edm::installCustomHandler(), NULL, O_NONBLOCK, cmsPerfStripChart::operate(), or, pipe::pipe(), edm::shutdown_flag, relativeConstraints::value, and cms::Exception::what().
std::vector< ModuleDescription const * > edm::EventProcessor::getAllModuleDescriptions | ( | ) | const |
Return a vector allowing const access to all the ModuleDescriptions for this EventProccessor. *** N.B. *** Ownership of the ModuleDescriptions is not *** passed to the caller. Do not call delete on these *** pointers!
Definition at line 1202 of file EventProcessor.cc.
ServiceToken edm::EventProcessor::getToken | ( | ) |
Definition at line 674 of file EventProcessor.cc.
References serviceToken_.
Referenced by ~EventProcessor().
void edm::EventProcessor::getTriggerReport | ( | TriggerReport & | rep | ) | const |
Return the trigger report information on paths, modules-in-path, modules-in-endpath, and modules.
Definition at line 1232 of file EventProcessor.cc.
|
private |
Definition at line 396 of file EventProcessor.cc.
References edm::ScheduleItems::act_table_, act_table_, edm::ScheduleItems::actReg_, actReg_, edm::ScheduleItems::addCPRandTNS(), edm::ScheduleItems::branchIDListHelper(), branchIDListHelper(), branchIDListHelper_, continueAfterChildFailure_, emptyRunLumiMode_, esp_, espController_, eventSetupDataToExcludeFromPrefetching_, FDEBUG, fileMode_, edm::fillLooper(), forceESCacheClearOnNewRun_, edm::ParameterSet::getUntrackedParameter(), edm::ParameterSet::getUntrackedParameterSet(), edm::ParameterSet::getUntrackedParameterSetVector(), historyAppender_, cmsHarvester::index, edm::ScheduleItems::initMisc(), edm::ScheduleItems::initSchedule(), edm::ScheduleItems::initServices(), input_, edm::PrincipalCache::insert(), edm::ParentageRegistry::insertMapped(), edm::ParentageRegistry::instance(), mps_monitormerge::items, edm::serviceregistry::kConfigurationOverrides, looper_, edm::makeInput(), eostools::move(), numberOfForkedChildren_, numberOfSequentialEventsPerChild_, edm::PreallocationConfiguration::numberOfStreams(), cmsPerfStripChart::operate(), edm::parameterSet(), edm::popSubProcessVParameterSet(), preallocations_, edm::ScheduleItems::preg(), preg(), preg_, principalCache_, printDependencies_, edm::ScheduleItems::processConfiguration(), processConfiguration_, processContext_, edm::ParameterSet::registerIt(), schedule_, serviceToken_, setCpuAffinity_, edm::PrincipalCache::setNumberOfConcurrentPrincipals(), edm::ProcessContext::setProcessConfiguration(), edm::PrincipalCache::setProcessHistoryRegistry(), edm::IllegalParameters::setThrowAnException(), AlCaHLTBitMon_QueryRunRegistry::string, subProcesses_, edm::ScheduleItems::thinnedAssociationsHelper(), thinnedAssociationsHelper(), thinnedAssociationsHelper_, and unpackBuffers-CaloStage2::token.
Referenced by EventProcessor().
|
inlineprivate |
Definition at line 256 of file EventProcessor.h.
References edm::get_underlying_safe(), and looper_.
Referenced by endJob().
|
inlineprivate |
Definition at line 257 of file EventProcessor.h.
References edm::get_underlying_safe(), and looper_.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1503 of file EventProcessor.cc.
References FDEBUG, and edm::for_all().
|
delete |
|
private |
Definition at line 885 of file EventProcessor.cc.
|
inlineprivate |
Definition at line 250 of file EventProcessor.h.
References edm::get_underlying_safe(), and preg_.
Referenced by beginJob(), and init().
|
inlineprivate |
Definition at line 251 of file EventProcessor.h.
References edm::get_underlying_safe(), and preg_.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1565 of file EventProcessor.cc.
References FDEBUG.
|
inline |
Definition at line 120 of file EventProcessor.h.
References processConfiguration_.
|
private |
Definition at line 2002 of file EventProcessor.cc.
References assert(), ev, FDEBUG, edm::for_all(), edm::Service< T >::isAvailable(), edm::ProcessingController::lastOperationSucceeded(), edm::ProcessingController::requestedTransition(), rng, edm::ProcessingController::setLastOperationSucceeded(), edm::ProcessingController::specifiedEventTransition(), mps_update::status, and summarizeEdmComparisonLogfiles::succeeded.
|
private |
Definition at line 1884 of file EventProcessor.cc.
References cmsPerfStripChart::operate(), and processEvent().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1827 of file EventProcessor.cc.
References edm::preg.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1790 of file EventProcessor.cc.
References assert(), edm::preg, and PDRates::Run.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1957 of file EventProcessor.cc.
References pyrootRender::destroy(), and processEvent().
|
private |
Definition at line 1991 of file EventProcessor.cc.
References event(), and FDEBUG.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1476 of file EventProcessor.cc.
References FDEBUG, or, edm::preg, and findQualityFiles::size.
Referenced by Vispa.Plugins.EventBrowser.EventBrowserTabController.EventBrowserTabController::navigate(), Vispa.Main.TabController.TabController::open(), and Vispa.Main.TabController.TabController::refresh().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1802 of file EventProcessor.cc.
References Exception, edm::errors::LogicError, and edm::preg.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1772 of file EventProcessor.cc.
References assert(), Exception, edm::errors::LogicError, edm::preg, and PDRates::Run.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1528 of file EventProcessor.cc.
References FDEBUG, and edm::for_all().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1519 of file EventProcessor.cc.
References FDEBUG, and edm::for_all().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1559 of file EventProcessor.cc.
References FDEBUG.
|
inline |
Definition at line 325 of file EventProcessor.h.
References runToCompletion().
Referenced by Types.EventID::cppID(), and Types.LuminosityBlockID::cppID().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1288 of file EventProcessor.cc.
References cms::Exception::addAdditionalInfo(), cms::Exception::alreadyPrinted(), bk::beginJob(), alignCSCRings::e, Exception, FDEBUG, edm::errors::LogicError, eostools::move(), cmsPerfStripChart::operate(), edm::preg, runEdmFileComparison::returnCode, findQualityFiles::size, and edm::convertException::wrap().
Referenced by run().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 2069 of file EventProcessor.cc.
References python.rootplot.argparse::message.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 2077 of file EventProcessor.cc.
References python.rootplot.argparse::message.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 2073 of file EventProcessor.cc.
References python.rootplot.argparse::message.
|
private |
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1570 of file EventProcessor.cc.
References FDEBUG.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 2055 of file EventProcessor.cc.
References FDEBUG.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1536 of file EventProcessor.cc.
References FDEBUG.
|
private |
|
inlineprivate |
Definition at line 254 of file EventProcessor.h.
References edm::get_underlying_safe(), and thinnedAssociationsHelper_.
Referenced by init().
|
inlineprivate |
Definition at line 255 of file EventProcessor.h.
References edm::get_underlying_safe(), and thinnedAssociationsHelper_.
int edm::EventProcessor::totalEvents | ( | ) | const |
Return the number of events this EventProcessor has tried to process (inclues both successes and failures, including failures due to exceptions during processing).
Definition at line 1207 of file EventProcessor.cc.
int edm::EventProcessor::totalEventsFailed | ( | ) | const |
Return the number of events that have not passed any trigger. (N.B. totalEventsFailed() + totalEventsPassed() == totalEvents()
Definition at line 1217 of file EventProcessor.cc.
int edm::EventProcessor::totalEventsPassed | ( | ) | const |
Return the number of events processed by this EventProcessor which have been passed by one or more trigger paths.
Definition at line 1212 of file EventProcessor.cc.
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1849 of file EventProcessor.cc.
References FDEBUG, and edm::for_all().
|
virtual |
Implements edm::IEventProcessor.
Definition at line 1837 of file EventProcessor.cc.
References FDEBUG, edm::for_all(), statemachine::Run::processHistoryID(), and statemachine::Run::runNumber().
|
friend |
Definition at line 236 of file EventProcessor.h.
|
private |
Definition at line 273 of file EventProcessor.h.
Referenced by init().
|
private |
Definition at line 265 of file EventProcessor.h.
Referenced by beginJob(), endJob(), init(), and ~EventProcessor().
|
private |
Definition at line 298 of file EventProcessor.h.
|
private |
Definition at line 310 of file EventProcessor.h.
|
private |
Definition at line 312 of file EventProcessor.h.
|
private |
Definition at line 290 of file EventProcessor.h.
Referenced by beginJob().
|
private |
Definition at line 267 of file EventProcessor.h.
Referenced by branchIDListHelper(), and init().
|
private |
Definition at line 306 of file EventProcessor.h.
Referenced by init().
|
private |
Definition at line 286 of file EventProcessor.h.
|
private |
Definition at line 285 of file EventProcessor.h.
|
private |
Definition at line 294 of file EventProcessor.h.
Referenced by init().
|
private |
Definition at line 272 of file EventProcessor.h.
Referenced by init(), and ~EventProcessor().
|
private |
Definition at line 271 of file EventProcessor.h.
Referenced by init(), and ~EventProcessor().
|
private |
Definition at line 316 of file EventProcessor.h.
Referenced by init().
|
private |
Definition at line 295 of file EventProcessor.h.
|
private |
Definition at line 297 of file EventProcessor.h.
|
private |
Definition at line 296 of file EventProcessor.h.
|
private |
Definition at line 281 of file EventProcessor.h.
|
private |
Definition at line 293 of file EventProcessor.h.
Referenced by init().
|
private |
Definition at line 301 of file EventProcessor.h.
Referenced by init().
|
private |
Definition at line 299 of file EventProcessor.h.
|
private |
Definition at line 279 of file EventProcessor.h.
Referenced by init().
|
private |
Definition at line 270 of file EventProcessor.h.
Referenced by beginJob(), endJob(), init(), and ~EventProcessor().
|
private |
Definition at line 282 of file EventProcessor.h.
Referenced by Config.Process::dumpConfig(), Config.Process::dumpPython(), endJob(), init(), looper(), and ~EventProcessor().
|
private |
Definition at line 300 of file EventProcessor.h.
|
private |
Definition at line 311 of file EventProcessor.h.
|
private |
Definition at line 288 of file EventProcessor.h.
|
private |
Definition at line 303 of file EventProcessor.h.
Referenced by init().
|
private |
Definition at line 304 of file EventProcessor.h.
Referenced by init().
|
private |
Definition at line 276 of file EventProcessor.h.
Referenced by beginJob().
|
private |
Definition at line 308 of file EventProcessor.h.
Referenced by beginJob(), endJob(), and init().
|
private |
Definition at line 266 of file EventProcessor.h.
Referenced by beginJob(), init(), and preg().
|
private |
Definition at line 289 of file EventProcessor.h.
Referenced by init().
|
private |
Definition at line 318 of file EventProcessor.h.
Referenced by beginJob(), and init().
|
private |
Definition at line 274 of file EventProcessor.h.
Referenced by init(), and processConfiguration().
|
private |
Definition at line 275 of file EventProcessor.h.
Referenced by beginJob(), and init().
|
private |
Definition at line 277 of file EventProcessor.h.
Referenced by Config.Process::_insertPaths(), beginJob(), endJob(), init(), Config.Process::prune(), and ~EventProcessor().
|
private |
Definition at line 269 of file EventProcessor.h.
Referenced by beginJob(), endJob(), getToken(), and init().
|
private |
Definition at line 305 of file EventProcessor.h.
Referenced by init().
|
private |
Definition at line 291 of file EventProcessor.h.
|
private |
Definition at line 292 of file EventProcessor.h.
|
private |
Definition at line 278 of file EventProcessor.h.
Referenced by beginJob(), Config.Process::dumpConfig(), Config.Process::dumpPython(), endJob(), and init().
|
private |
Definition at line 268 of file EventProcessor.h.
Referenced by init(), and thinnedAssociationsHelper().