#include <FWCore/Framework/interface/IEventProcessor.h>
Definition at line 20 of file IEventProcessor.h.
Definition at line 36 of file IEventProcessor.h.
Definition at line 31 of file IEventProcessor.h.
00031 { epSuccess=0, epException=1, epOther=2, epSignal=3, 00032 epInputComplete=4, epTimedOut=5, epCountComplete=6 };
edm::IEventProcessor::~IEventProcessor | ( | ) | [virtual] |
virtual bool edm::IEventProcessor::alreadyHandlingException | ( | ) | const [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::HandleLumis::finalizeLumi(), statemachine::HandleLumis::finalizeOutstandingLumis(), and statemachine::HandleLumis::markLumiNonEmpty().
virtual void edm::IEventProcessor::closeInputFile | ( | ) | [pure virtual] |
virtual void edm::IEventProcessor::closeOutputFiles | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::HandleFiles::closeFiles(), and statemachine::NewInputAndOutputFiles::goToNewInputAndOutputFiles().
Implemented in edm::EventProcessor.
Referenced by statemachine::HandleLumis::finalizeLumi(), and statemachine::HandleLumis::finalizeOutstandingLumis().
virtual void edm::IEventProcessor::doErrorStuff | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::HandleLumis::finalizeLumi(), and statemachine::HandleLumis::finalizeOutstandingLumis().
virtual bool edm::IEventProcessor::endOfLoop | ( | ) | [pure virtual] |
virtual void edm::IEventProcessor::openOutputFiles | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::NewInputAndOutputFiles::goToNewInputAndOutputFiles(), and statemachine::FirstFile::openFiles().
virtual void edm::IEventProcessor::prepareForNextLoop | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::Machine::rewindAndPrepareForNextLoop().
virtual void edm::IEventProcessor::processEvent | ( | ) | [pure virtual] |
virtual int edm::IEventProcessor::readAndCacheLumi | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::ContinueLumi::ContinueLumi(), and statemachine::HandleLumis::setupCurrentLumi().
virtual int edm::IEventProcessor::readAndCacheRun | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::ContinueRun1::ContinueRun1(), statemachine::ContinueRun2::ContinueRun2(), and statemachine::HandleRuns::setupCurrentRun().
virtual void edm::IEventProcessor::readEvent | ( | ) | [pure virtual] |
virtual void edm::IEventProcessor::readFile | ( | ) | [pure virtual] |
virtual void edm::IEventProcessor::respondToCloseInputFile | ( | ) | [pure virtual] |
virtual void edm::IEventProcessor::respondToCloseOutputFiles | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::HandleFiles::closeFiles(), and statemachine::NewInputAndOutputFiles::goToNewInputAndOutputFiles().
virtual void edm::IEventProcessor::respondToOpenInputFile | ( | ) | [pure virtual] |
virtual void edm::IEventProcessor::respondToOpenOutputFiles | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::NewInputAndOutputFiles::goToNewInputAndOutputFiles(), and statemachine::FirstFile::openFiles().
virtual void edm::IEventProcessor::rewindInput | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::Machine::rewindAndPrepareForNextLoop().
virtual StatusCode edm::IEventProcessor::runEventCount | ( | int | numberOfEventsToProcess | ) | [pure virtual] |
Implemented in edm::EventProcessor.
virtual StatusCode edm::IEventProcessor::runToCompletion | ( | bool | onlineStateTransitions | ) | [pure virtual] |
Implemented in edm::EventProcessor.
virtual void edm::IEventProcessor::setExceptionMessageFiles | ( | std::string & | message | ) | [pure virtual] |
virtual void edm::IEventProcessor::setExceptionMessageLumis | ( | std::string & | message | ) | [pure virtual] |
virtual void edm::IEventProcessor::setExceptionMessageRuns | ( | std::string & | message | ) | [pure virtual] |
virtual bool edm::IEventProcessor::shouldWeCloseOutput | ( | ) | const [pure virtual] |
virtual bool edm::IEventProcessor::shouldWeStop | ( | ) | const [pure virtual] |
virtual void edm::IEventProcessor::startingNewLoop | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::HandleLumis::finalizeLumi(), and statemachine::HandleLumis::finalizeOutstandingLumis().
virtual void edm::IEventProcessor::writeLumiCache | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::HandleFiles::closeFiles(), and statemachine::NewInputAndOutputFiles::goToNewInputAndOutputFiles().
virtual void edm::IEventProcessor::writeRunCache | ( | ) | [pure virtual] |
Implemented in edm::EventProcessor.
Referenced by statemachine::HandleFiles::closeFiles(), and statemachine::NewInputAndOutputFiles::goToNewInputAndOutputFiles().