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. | |
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 127 of file Conditions.h.
ConditionsIOV framework::Conditions::CacheEntry::iov |
Interval Of Validity for this entry in the cache.
Definition at line 129 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 133 of file Conditions.h.
Referenced by framework::Conditions::getConditionPtr().
ConditionsObjectProvider* framework::Conditions::CacheEntry::provider |
Provider that gave us the conditions object.
Definition at line 131 of file Conditions.h.
Referenced by framework::Conditions::getConditionPtr().