|
| ESProducerLooper () |
|
| ESProducerLooper (const ESProducerLooper &)=delete |
|
std::set< eventsetup::EventSetupRecordKey > | modifyingRecords () const override |
|
const ESProducerLooper & | operator= (const ESProducerLooper &)=delete |
|
| ESProducer () |
|
| ESProducer (const ESProducer &)=delete |
|
ESProxyIndex const * | getTokenIndices (unsigned int iIndex) const |
|
ESRecordIndex const * | getTokenRecordIndices (unsigned int iIndex) const |
|
bool | hasMayConsumes () const noexcept |
|
size_t | numberOfTokenIndices (unsigned int iIndex) const |
|
ESProducer const & | operator= (const ESProducer &)=delete |
|
SerialTaskQueueChain & | queue () |
|
template<typename Record > |
std::optional< std::vector< ESProxyIndex > > | updateFromMayConsumes (unsigned int iIndex, const Record &iRecord) const |
|
void | updateLookup (eventsetup::ESRecordsToProxyIndices const &) final |
|
| ~ESProducer () noexcept(false) override |
|
| ESProxyFactoryProducer () |
|
| ESProxyFactoryProducer (const ESProxyFactoryProducer &)=delete |
|
const ESProxyFactoryProducer & | operator= (const ESProxyFactoryProducer &)=delete |
|
| ~ESProxyFactoryProducer () noexcept(false) override |
|
void | createKeyedProxies (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs) |
|
| DataProxyProvider () |
|
| DataProxyProvider (const DataProxyProvider &)=delete |
|
const ComponentDescription & | description () const |
|
void | fillRecordsNotAllowingConcurrentIOVs (std::set< EventSetupRecordKey > &recordsNotAllowingConcurrentIOVs) const |
|
virtual void | initConcurrentIOVs (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs) |
|
bool | isUsingRecord (const EventSetupRecordKey &key) const |
|
KeyedProxies & | keyedProxies (const EventSetupRecordKey &iRecordKey, unsigned int iovIndex=0) |
|
const DataProxyProvider & | operator= (const DataProxyProvider &)=delete |
|
void | setAppendToDataLabel (const edm::ParameterSet &) |
|
void | setDescription (const ComponentDescription &iDescription) |
|
std::set< EventSetupRecordKey > | usingRecords () const |
|
virtual | ~DataProxyProvider () noexcept(false) |
|
bool | concurrentFinder () const |
|
const eventsetup::ComponentDescription & | descriptionForFinder () const |
|
| EventSetupRecordIntervalFinder () |
|
| EventSetupRecordIntervalFinder (const EventSetupRecordIntervalFinder &)=delete |
|
std::set< eventsetup::EventSetupRecordKey > | findingForRecords () const |
|
const ValidityInterval & | findIntervalFor (const eventsetup::EventSetupRecordKey &, const IOVSyncValue &) |
|
bool | nonconcurrentAndIOVNeedsUpdate (const eventsetup::EventSetupRecordKey &key, const IOVSyncValue &syncValue) const |
|
const EventSetupRecordIntervalFinder & | operator= (const EventSetupRecordIntervalFinder &)=delete |
|
void | resetInterval (const eventsetup::EventSetupRecordKey &) |
|
void | setDescriptionForFinder (const eventsetup::ComponentDescription &iDescription) |
|
virtual | ~EventSetupRecordIntervalFinder () noexcept(false) |
|
| EDLooper () |
|
| EDLooper (EDLooper const &)=delete |
|
EDLooper & | operator= (EDLooper const &)=delete |
|
| ~EDLooper () override |
|
virtual void | attachTo (ActivityRegistry &) |
| Override this method if you need to monitor the state of the processing. More...
|
|
void | beginOfJob (EventSetupImpl const &) |
|
virtual void | beginOfJob (EventSetup const &) |
|
virtual void | beginOfJob () |
|
void | copyInfo (ScheduleInfo const &) |
|
void | doBeginLuminosityBlock (LuminosityBlockPrincipal &, EventSetupImpl const &, ProcessContext *) |
|
void | doBeginRun (RunPrincipal &, EventSetupImpl const &, ProcessContext *) |
|
Status | doDuringLoop (EventPrincipal &eventPrincipal, EventSetupImpl const &es, ProcessingController &, StreamContext *) |
|
void | doEndLuminosityBlock (LuminosityBlockPrincipal &, EventSetupImpl const &, ProcessContext *) |
|
Status | doEndOfLoop (EventSetupImpl const &es) |
|
void | doEndRun (RunPrincipal &, EventSetupImpl const &, ProcessContext *) |
|
void | doStartingNewLoop () |
|
| EDLooperBase () |
|
| EDLooperBase (EDLooperBase const &)=delete |
|
virtual void | endOfJob () |
|
void | esPrefetchAsync (WaitingTaskHolder iTask, EventSetupImpl const &iImpl, Transition iTrans, ServiceToken const &iToken) const |
|
EDLooperBase & | operator= (EDLooperBase const &)=delete |
|
void | prefetchAsync (WaitingTaskHolder iTask, ServiceToken const &token, Transition iTrans, Principal const &iPrincipal, EventSetupImpl const &iImpl) const |
|
void | prepareForNextLoop (eventsetup::EventSetupProvider *esp) |
|
void | setActionTable (ExceptionToActionTable const *actionTable) |
|
void | setModuleChanger (ModuleChanger *) |
|
| ~EDLooperBase () noexcept(false) override |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
void | convertCurrentProcessAlias (std::string const &processName) |
| Convert "@currentProcess" in InputTag process names to the actual current process name. More...
|
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
ESProxyIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
|
std::vector< ESProxyIndex > const & | esGetTokenIndicesVector (edm::Transition iTrans) const |
|
std::vector< ESRecordIndex > const & | esGetTokenRecordIndicesVector (edm::Transition iTrans) const |
|
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase) |
|
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
void | updateLookup (eventsetup::ESRecordsToProxyIndices const &) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|