|
typedef boost::mpl::vector< IdealMagneticFieldRecord, SiPixelGenErrorDBObjectRcd > | list_type |
|
| DependentRecordImplementation () |
|
const DepRecordT | getRecord () const |
|
const DepRecordT * | tryToGetRecord () const |
|
EventSetupRecordKey | key () const override |
|
unsigned long long | cacheIdentifier () const |
|
bool | doGet (DataKey const &aKey, bool aGetTransiently=false) const |
| returns false if no data available for key More...
|
|
| EventSetupRecord () |
|
| EventSetupRecord (EventSetupRecord &&)=default |
|
| EventSetupRecord (EventSetupRecord const &)=default |
|
void | fillRegisteredDataKeys (std::vector< DataKey > &oToFill) const |
| clears the oToFill vector and then fills it with the keys for all registered data keys More...
|
|
template<typename HolderT > |
void | get (HolderT &iHolder) const |
|
template<typename HolderT > |
void | get (char const *iName, HolderT &iHolder) const |
|
template<typename HolderT > |
void | get (std::string const &iName, HolderT &iHolder) const |
|
template<typename HolderT > |
void | get (ESInputTag const &iTag, HolderT &iHolder) const |
|
EventSetupRecord & | operator= (EventSetupRecord &&)=default |
|
EventSetupRecord & | operator= (EventSetupRecord const &)=default |
|
ComponentDescription const * | providerDescription (DataKey const &aKey) const |
|
void | setImpl (EventSetupRecordImpl const *iImpl) |
|
ValidityInterval const & | validityInterval () const |
|
bool | wasGotten (DataKey const &aKey) const |
|
virtual | ~EventSetupRecord () |
|
static EventSetupRecordKey | keyForClass () |
|
| EventSetupRecordImplementation () |
|
void | addTraceInfoToCmsException (cms::Exception &iException, char const *iName, ComponentDescription const *, DataKey const &) const |
|
void | changeStdExceptionToCmsException (char const *iExceptionWhatMessage, char const *iName, ComponentDescription const *, DataKey const &) const |
|
EventSetup const & | eventSetup () const |
|
DataProxy const * | find (DataKey const &aKey) const |
|
EventSetupRecordImpl const * | impl () const |
|
void | validate (ComponentDescription const *, ESInputTag const &) const |
|