LDMX Software
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.
 
std::shared_ptr< 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 128 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 130 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 134 of file Conditions.h.

Referenced by framework::Conditions::getConditionPtr().

◆ provider_

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


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