#include <EventSetupsController.h>
Public Member Functions | |
ESProducerInfo (ParameterSet *ps, std::shared_ptr< ESProductResolverProvider > const &pr) | |
std::shared_ptr< ESProductResolverProvider > const & | provider () |
ESProductResolverProvider const * | providerGet () const |
ParameterSet const * | pset () const |
ParameterSet * | pset () |
std::vector< unsigned > & | subProcessIndexes () |
std::vector< unsigned > const & | subProcessIndexes () const |
Private Attributes | |
propagate_const< std::shared_ptr< ESProductResolverProvider > > | provider_ |
edm::propagate_const< ParameterSet * > | pset_ |
std::vector< unsigned > | subProcessIndexes_ |
Definition at line 47 of file EventSetupsController.h.
|
inline |
Definition at line 49 of file EventSetupsController.h.
|
inline |
Definition at line 54 of file EventSetupsController.h.
References edm::get_underlying(), and provider_.
|
inline |
Definition at line 55 of file EventSetupsController.h.
References provider_.
|
inline |
Definition at line 52 of file EventSetupsController.h.
References pset_.
|
inline |
Definition at line 53 of file EventSetupsController.h.
References pset_.
|
inline |
Definition at line 56 of file EventSetupsController.h.
References subProcessIndexes_.
|
inline |
Definition at line 57 of file EventSetupsController.h.
References subProcessIndexes_.
|
private |
Definition at line 61 of file EventSetupsController.h.
Referenced by provider(), and providerGet().
|
private |
Definition at line 60 of file EventSetupsController.h.
Referenced by pset().
|
private |
Definition at line 62 of file EventSetupsController.h.
Referenced by subProcessIndexes().