#include <FWCore/Modules/src/MulticoreRunLumiEventChecker.cc>
Public Member Functions | |
MulticoreRunLumiEventChecker (edm::ParameterSet const &) | |
~MulticoreRunLumiEventChecker () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Member Functions | |
virtual void | analyze (edm::Event const &, edm::EventSetup const &) |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &es) |
virtual void | beginRun (edm::Run const &run, edm::EventSetup const &es) |
void | check (edm::EventID const &iID, bool isEvent) |
virtual void | endJob () |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &es) |
virtual void | endRun (edm::Run const &run, edm::EventSetup const &es) |
virtual void | postForkReacquireResources (unsigned int iChildIndex, unsigned int iNumberOfChildren) |
virtual void | preForkReleaseResources () |
Private Attributes | |
std::vector< edm::EventID > | ids_ |
unsigned int | index_ |
boost::shared_ptr< boost::thread > | listenerThread_ |
int | messageQueue_ |
unsigned int | multiProcessSequentialEvents_ |
bool | mustSearch_ |
unsigned int | numberOfEventsLeftBeforeSearch_ |
std::map< edm::EventID, unsigned int > | seenIDs_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Description: Checks that the events passed to it come in the order specified in its configuration
Implementation: <Notes on="" implementation>="">
Definition at line 53 of file MulticoreRunLumiEventChecker.cc.
|
explicit |
Definition at line 98 of file MulticoreRunLumiEventChecker.cc.
MulticoreRunLumiEventChecker::~MulticoreRunLumiEventChecker | ( | ) |
Definition at line 110 of file MulticoreRunLumiEventChecker.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 212 of file MulticoreRunLumiEventChecker.cc.
References check(), and edm::EventBase::id().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 238 of file MulticoreRunLumiEventChecker.cc.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 226 of file MulticoreRunLumiEventChecker.cc.
References check(), edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), and edm::LuminosityBlockID::run().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 217 of file MulticoreRunLumiEventChecker.cc.
References check(), edm::RunBase::id(), and edm::RunID::run().
|
private |
Definition at line 175 of file MulticoreRunLumiEventChecker.cc.
References edm::hlt::Exception, spr::find(), ids_, index_, messageQueue_, multiProcessSequentialEvents_, mustSearch_, numberOfEventsLeftBeforeSearch_, and relativeConstraints::value.
Referenced by analyze(), beginLuminosityBlock(), beginRun(), endLuminosityBlock(), and endRun().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 243 of file MulticoreRunLumiEventChecker.cc.
References edm::hlt::Exception, ids_, index_, listenerThread_, messageQueue_, mustSearch_, seenIDs_, and relativeConstraints::value.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 231 of file MulticoreRunLumiEventChecker.cc.
References check(), edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), and edm::LuminosityBlockID::run().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 221 of file MulticoreRunLumiEventChecker.cc.
References check(), edm::RunBase::id(), and edm::RunID::run().
|
static |
Definition at line 283 of file MulticoreRunLumiEventChecker.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::addUntracked().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 300 of file MulticoreRunLumiEventChecker.cc.
References edm::disableAllSigs(), listenerThread_, messageQueue_, mustSearch_, edm::reenableSigs(), and seenIDs_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 291 of file MulticoreRunLumiEventChecker.cc.
References edm::hlt::Exception, and messageQueue_.
|
private |
Definition at line 75 of file MulticoreRunLumiEventChecker.cc.
|
private |
Definition at line 76 of file MulticoreRunLumiEventChecker.cc.
|
private |
Definition at line 83 of file MulticoreRunLumiEventChecker.cc.
Referenced by endJob(), and postForkReacquireResources().
|
private |
Definition at line 84 of file MulticoreRunLumiEventChecker.cc.
Referenced by check(), endJob(), postForkReacquireResources(), and preForkReleaseResources().
|
private |
Definition at line 79 of file MulticoreRunLumiEventChecker.cc.
Referenced by check().
|
private |
Definition at line 81 of file MulticoreRunLumiEventChecker.cc.
Referenced by check(), endJob(), and postForkReacquireResources().
|
private |
Definition at line 80 of file MulticoreRunLumiEventChecker.cc.
Referenced by check().
|
private |
Definition at line 77 of file MulticoreRunLumiEventChecker.cc.
Referenced by endJob(), and postForkReacquireResources().