|
virtual void | beginOfJob () |
| Called at beginning of job. More...
|
|
virtual Status | duringLoop (const edm::Event &, const edm::EventSetup &) |
| Called at each event. More...
|
|
virtual void | endOfJob () |
| Called at end of job. More...
|
|
virtual Status | endOfLoop (const edm::EventSetup &, unsigned int iLoop) |
| Called at end of loop. More...
|
|
| Pi0FixedMassWindowCalibration (const edm::ParameterSet &iConfig) |
| Constructor. More...
|
|
virtual void | produce (edm::Event &, const edm::EventSetup &) |
| Dummy implementation (job done in duringLoop) More...
|
|
virtual void | startingNewLoop (unsigned int iLoop) |
| Called at beginning of loop. More...
|
|
| ~Pi0FixedMassWindowCalibration () |
| Destructor. More...
|
|
| ESProducerLooper () |
|
virtual std::set
< eventsetup::EventSetupRecordKey > | modifyingRecords () const |
|
| ESProducer () |
|
virtual | ~ESProducer () |
|
| ESProxyFactoryProducer () |
|
virtual void | newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval) |
| overrides DataProxyProvider method More...
|
|
virtual | ~ESProxyFactoryProducer () |
|
| DataProxyProvider () |
|
const ComponentDescription & | description () const |
|
bool | isUsingRecord (const EventSetupRecordKey &) const |
|
const KeyedProxies & | keyedProxies (const EventSetupRecordKey &iRecordKey) const |
|
void | resetProxies (const EventSetupRecordKey &iRecordType) |
|
void | resetProxiesIfTransient (const EventSetupRecordKey &iRecordType) |
|
void | setAppendToDataLabel (const edm::ParameterSet &) |
|
void | setDescription (const ComponentDescription &iDescription) |
|
std::set< EventSetupRecordKey > | usingRecords () const |
|
virtual | ~DataProxyProvider () |
|
const
eventsetup::ComponentDescription & | descriptionForFinder () const |
|
| EventSetupRecordIntervalFinder () |
|
std::set
< eventsetup::EventSetupRecordKey > | findingForRecords () const |
|
const ValidityInterval & | findIntervalFor (const eventsetup::EventSetupRecordKey &, const IOVSyncValue &) |
|
void | setDescriptionForFinder (const eventsetup::ComponentDescription &iDescription) |
|
virtual | ~EventSetupRecordIntervalFinder () |
|
| EDLooper () |
|
| EDLooper (EDLooper const &)=delete |
|
EDLooper & | operator= (EDLooper const &)=delete |
|
virtual | ~EDLooper () |
|
virtual void | attachTo (ActivityRegistry &) |
| Override this method if you need to monitor the state of the processing. More...
|
|
virtual void | beginOfJob (EventSetup const &) |
|
void | copyInfo (ScheduleInfo const &) |
|
void | doBeginLuminosityBlock (LuminosityBlockPrincipal &, EventSetup const &, ProcessContext *) |
|
void | doBeginRun (RunPrincipal &, EventSetup const &, ProcessContext *) |
|
Status | doDuringLoop (EventPrincipal &eventPrincipal, EventSetup const &es, ProcessingController &, StreamContext *) |
|
void | doEndLuminosityBlock (LuminosityBlockPrincipal &, EventSetup const &, ProcessContext *) |
|
Status | doEndOfLoop (EventSetup const &es) |
|
void | doEndRun (RunPrincipal &, EventSetup const &, ProcessContext *) |
|
void | doStartingNewLoop () |
|
| EDLooperBase () |
|
| EDLooperBase (EDLooperBase const &)=delete |
|
EDLooperBase & | operator= (EDLooperBase const &)=delete |
|
void | prepareForNextLoop (eventsetup::EventSetupProvider *esp) |
|
void | setActionTable (ExceptionToActionTable const *actionTable) |
|
void | setModuleChanger (ModuleChanger *) |
|
virtual | ~EDLooperBase () |
|
|
typedef std::vector< std::pair
< DataKey,
edm::propagate_const
< std::shared_ptr< DataProxy > > > > | KeyedProxies |
|
typedef std::vector
< EventSetupRecordKey > | Keys |
|
typedef std::map
< EventSetupRecordKey,
KeyedProxies > | RecordProxies |
|
enum | Status { kContinue,
kStop
} |
|
static void | prevalidate (ConfigurationDescriptions &) |
|
virtual void | registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::auto_ptr< eventsetup::ProxyFactoryBase > &iFactory, const std::string &iLabel=std::string()) |
|
void | setIntervalFor (const eventsetup::EventSetupRecordKey &iKey, const IOVSyncValue &iTime, ValidityInterval &oInterval) |
|
template<typename T > |
void | setWhatProduced (T *iThis, const es::Label &iLabel=es::Label()) |
|
template<typename T > |
void | setWhatProduced (T *iThis, const char *iLabel) |
|
template<typename T > |
void | setWhatProduced (T *iThis, const std::string &iLabel) |
|
template<typename T , typename TDecorator > |
void | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel=es::Label()) |
|
template<typename T , typename TReturn , typename TRecord > |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel=es::Label()) |
|
template<typename T , typename TReturn , typename TRecord , typename TArg > |
void | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel=es::Label()) |
|
template<class TFactory > |
void | registerFactory (std::auto_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
|
virtual void | registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) |
| override DataProxyProvider method More...
|
|
void | eraseAll (const EventSetupRecordKey &iRecordKey) |
| deletes all the Proxies in aStream More...
|
|
void | invalidateProxies (const EventSetupRecordKey &iRecordKey) |
|
template<class T > |
void | usingRecord () |
|
void | usingRecordWithKey (const EventSetupRecordKey &) |
|
template<class T > |
void | findingRecord () |
|
void | findingRecordWithKey (const eventsetup::EventSetupRecordKey &) |
|
ModuleChanger * | moduleChanger () |
| This only returns a non-zero value during the call to endOfLoop. More...
|
|
ScheduleInfo const * | scheduleInfo () const |
| This returns a non-zero value after the constructor has been called. More...
|
|