#include "DataFormats/Provenance/interface/EventID.h"
#include "DataFormats/Provenance/interface/RunLumiEventNumber.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/global/EDProducer.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Integration/plugins/TestServiceOne.h"
#include "FWCore/Integration/plugins/TestServiceTwo.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/Utilities/interface/StreamID.h"
#include <atomic>
#include <limits>
#include <memory>
Go to the source code of this file.
Classes | |
class | edmtest::ExceptionThrowingProducer |
Namespaces | |
edmtest | |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< ExceptionThrowingProducer > > | s_filler_0__LINE__ ("ExceptionThrowingProducer") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< ExceptionThrowingProducer > > | s_maker__LINE__ ("ExceptionThrowingProducer") |
Variables | |
constexpr unsigned int | kNumberOfModulesWithJobTransitions = 6 |
constexpr unsigned int | kNumberOfModulesWithProcessBlockTransitions = 2 |
constexpr unsigned int | kNumberOfModulesWithStreamTransitions = 3 |
constexpr unsigned int | kNumberOfTestModules = 2 |
constexpr unsigned int | kStreamToThrowOn = 2 |
constexpr unsigned int | kTestStreams = 4 |
constexpr unsigned int | kUnset = std::numeric_limits<unsigned int>::max() |
|
static |
|
static |
constexpr unsigned int kNumberOfModulesWithJobTransitions = 6 |
Definition at line 38 of file ExceptionThrowingProducer.cc.
Referenced by edmtest::ExceptionThrowingProducer::endJob(), and edmtest::ExceptionThrowingProducer::~ExceptionThrowingProducer().
constexpr unsigned int kNumberOfModulesWithProcessBlockTransitions = 2 |
Definition at line 40 of file ExceptionThrowingProducer.cc.
Referenced by edmtest::ExceptionThrowingProducer::endJob().
constexpr unsigned int kNumberOfModulesWithStreamTransitions = 3 |
Definition at line 39 of file ExceptionThrowingProducer.cc.
Referenced by edmtest::ExceptionThrowingProducer::endJob().
constexpr unsigned int kNumberOfTestModules = 2 |
Definition at line 36 of file ExceptionThrowingProducer.cc.
Referenced by edmtest::ExceptionThrowingProducer::endJob().
constexpr unsigned int kStreamToThrowOn = 2 |
Definition at line 41 of file ExceptionThrowingProducer.cc.
Referenced by edmtest::ExceptionThrowingProducer::beginStream(), and edmtest::ExceptionThrowingProducer::endStream().
constexpr unsigned int kTestStreams = 4 |
Definition at line 34 of file ExceptionThrowingProducer.cc.
Referenced by edmtest::ExceptionThrowingProducer::streamBeginLuminosityBlock(), edmtest::ExceptionThrowingProducer::streamBeginRun(), edmtest::ExceptionThrowingProducer::streamEndLuminosityBlock(), and edmtest::ExceptionThrowingProducer::streamEndRun().
constexpr unsigned int kUnset = std::numeric_limits<unsigned int>::max() |
Definition at line 35 of file ExceptionThrowingProducer.cc.
Referenced by edmtest::ExceptionThrowingProducer::endJob(), edmtest::ExceptionThrowingProducer::fillDescriptions(), l1extra::L1ParticleMap::L1ParticleMap(), edm::LuminosityBlockProcessingStatus::setEndTime(), edm::RunProcessingStatus::setEndTime(), and l1extra::L1ParticleMap::setIndexCombos().