LDMX Software
Public Attributes | List of all members
framework::Conditions::CacheEntry Struct Reference

An entry to store an already loaded conditions object. More...

Public Attributes

ConditionsIOV iov
 Interval Of Validity for this entry in the cache.
 
ConditionsObjectProviderprovider
 Provider that gave us the conditions object.
 
const ConditionsObjectobj
 Const pointer to the retrieved conditions object.
 

Detailed Description

An entry to store an already loaded conditions object.

Definition at line 127 of file Conditions.h.

Member Data Documentation

◆ iov

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().

◆ obj

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().

◆ provider

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().


The documentation for this struct was generated from the following file: