|
typedef boost::mpl::vector< IdealGeometryRecord, EcalBarrelGeometryRecord, EcalEndcapGeometryRecord, EcalPreshowerGeometryRecord, HcalParametersRcd, HcalSimNumberingRecord, HcalRecNumberingRecord, HcalGeometryRecord, HGCalGeometryRecord, FastTimeGeometryRecord, CaloTowerGeometryRecord, CastorGeometryRecord, ZDCGeometryRecord > | list_type |
|
| DependentRecordImplementation () |
|
ProductT const & | get (ESGetToken< ProductT, DepRecordT > const &iToken) const |
|
ProductT const & | get (ESGetToken< ProductT, DepRecordT > &iToken) const |
|
ESHandle< ProductT > | getHandle (ESGetToken< ProductT, DepRecordT > const &iToken) const |
|
const DepRecordT | getRecord () const |
|
ESTransientHandle< ProductT > | getTransientHandle (ESGetToken< ProductT, DepRecordT > const &iToken) const |
|
std::optional< DepRecordT > | tryToGetRecord () const |
|
PRODUCT const & | get (ESGetToken< PRODUCT, CaloGeometryRecord > const &iToken) const |
|
PRODUCT const & | get (ESGetToken< PRODUCT, CaloGeometryRecord > &iToken) const |
|
PRODUCT const & | get (ESGetToken< PRODUCT, edm::DefaultRecord > const &iToken) const |
|
PRODUCT const & | get (ESGetToken< PRODUCT, edm::DefaultRecord > &iToken) const |
|
ESHandle< PRODUCT > | getHandle (ESGetToken< PRODUCT, CaloGeometryRecord > const &iToken) const |
|
ESHandle< PRODUCT > | getHandle (ESGetToken< PRODUCT, edm::DefaultRecord > const &iToken) const |
|
ESTransientHandle< PRODUCT > | getTransientHandle (ESGetToken< PRODUCT, CaloGeometryRecord > const &iToken) const |
|
ESTransientHandle< PRODUCT > | getTransientHandle (ESGetToken< PRODUCT, edm::DefaultRecord > const &iToken) 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 > |
bool | get (HolderT &iHolder) const |
|
template<typename HolderT > |
bool | get (char const *iName, HolderT &iHolder) const |
|
template<typename HolderT > |
bool | get (std::string const &iName, HolderT &iHolder) const |
|
template<typename HolderT > |
bool | 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, unsigned int transitionID, ESProxyIndex const *getTokenIndices) |
|
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 |
|
EventSetupImpl const & | eventSetup () const |
|
DataProxy const * | find (DataKey const &aKey) const |
|
template<template< typename > typename H, typename T , typename R > |
H< T > | getHandleImpl (ESGetToken< T, R > const &iToken) const |
|
ESProxyIndex const * | getTokenIndices () const |
|
EventSetupRecordImpl const * | impl () const |
|
unsigned int | transitionID () const |
|
void | validate (ComponentDescription const *, ESInputTag const &) const |
|
Definition at line 31 of file CaloGeometryRecord.h.