#include <EventSetupsController.h>
Public Member Functions | |
ESProducerInfo (ParameterSet const *ps, std::shared_ptr< DataProxyProvider > const &pr) | |
std::shared_ptr< DataProxyProvider > const & | provider () const |
ParameterSet const * | pset () const |
std::vector< unsigned > & | subProcessIndexes () |
std::vector< unsigned > const & | subProcessIndexes () const |
Private Attributes | |
std::shared_ptr< DataProxyProvider > | provider_ |
ParameterSet const * | pset_ |
std::vector< unsigned > | subProcessIndexes_ |
Definition at line 39 of file EventSetupsController.h.
|
inline |
Definition at line 41 of file EventSetupsController.h.
|
inline |
Definition at line 45 of file EventSetupsController.h.
References provider_.
|
inline |
Definition at line 44 of file EventSetupsController.h.
References pset_.
|
inline |
Definition at line 46 of file EventSetupsController.h.
References subProcessIndexes_.
|
inline |
Definition at line 47 of file EventSetupsController.h.
References subProcessIndexes_.
|
private |
Definition at line 51 of file EventSetupsController.h.
Referenced by provider().
|
private |
Definition at line 50 of file EventSetupsController.h.
Referenced by pset(), and edm::eventsetup::ESSourceInfo::pset().
|
private |
Definition at line 52 of file EventSetupsController.h.
Referenced by subProcessIndexes(), and edm::eventsetup::ESSourceInfo::subProcessIndexes().