|
LDMX Software
|
An entry to store an already loaded conditions object. More...
Public Attributes | |
| ConditionsIOV | iov_ |
| Interval Of Validity for this entry in the cache. | |
| std::shared_ptr< ConditionsObjectProvider > | provider_ |
| Provider that gave us the conditions object. | |
| const ConditionsObject * | obj_ |
| Const pointer to the retrieved conditions object. | |
An entry to store an already loaded conditions object.
Definition at line 128 of file Conditions.h.
| ConditionsIOV framework::Conditions::CacheEntry::iov_ |
Interval Of Validity for this entry in the cache.
Definition at line 130 of file Conditions.h.
Referenced by framework::Conditions::getConditionPtr().
| const ConditionsObject* framework::Conditions::CacheEntry::obj_ |
Const pointer to the retrieved conditions object.
Definition at line 134 of file Conditions.h.
Referenced by framework::Conditions::getConditionPtr().
| std::shared_ptr<ConditionsObjectProvider> framework::Conditions::CacheEntry::provider_ |
Provider that gave us the conditions object.
Definition at line 132 of file Conditions.h.
Referenced by framework::Conditions::getConditionPtr().