#include <ReadFromFileMetaData.h>
Definition at line 31 of file ReadFromFileMetaData.h.
◆ ReadFromFileMetaData() [1/4]
| IOVDbNamespace::ReadFromFileMetaData::ReadFromFileMetaData |
( |
| ) |
|
|
delete |
◆ ReadFromFileMetaData() [2/4]
◆ ReadFromFileMetaData() [3/4]
| IOVDbNamespace::ReadFromFileMetaData::ReadFromFileMetaData |
( |
const IOVMetaDataContainer * | m_metacon, |
|
|
const IOVTime & | refTime, |
|
|
const bool | useEpochTimestamp ) |
Definition at line 17 of file ReadFromFileMetaData.cxx.
18 :
21 m_payload = (container) ? (container->payloadContainer()) : (
nullptr);
26 } else {
27 m_pptr =
new CondAttrListCollection(not useEpochTimestamp);
29 }
31 }
32 }
payloadVec::const_iterator const_iterator
FolderType determineFolderType(const std::string &folderDescription, const std::string &spec, const std::vector< cool::ChannelId > &chans)
Determine folder type with optional check using clid service to check clid matches typename.
◆ ReadFromFileMetaData() [4/4]
| IOVDbNamespace::ReadFromFileMetaData::ReadFromFileMetaData |
( |
const IOVMetaDataContainer * | m_metacon, |
|
|
const cool::ValidityKey & | refTimeKey, |
|
|
const bool | useEpochTimestamp ) |
Definition at line 34 of file ReadFromFileMetaData.cxx.
38 useEpochTimestamp )
39 { }
IOVTime makeEpochOrRunLumi(const cool::ValidityKey key, const bool timeIsEpoch)
Create an IOVTime in ns of epoch or run-lumi (determined by the bool) from a ValidityKey.
◆ ~ReadFromFileMetaData()
| IOVDbNamespace::ReadFromFileMetaData::~ReadFromFileMetaData |
( |
| ) |
|
◆ attributeList()
◆ attrListCollection()
◆ folderType()
◆ isValid()
| bool IOVDbNamespace::ReadFromFileMetaData::isValid |
( |
| ) |
|
◆ numberOfObjects()
| unsigned int IOVDbNamespace::ReadFromFileMetaData::numberOfObjects |
( |
| ) |
|
◆ operator=()
◆ poolPayloadRequested()
| bool IOVDbNamespace::ReadFromFileMetaData::poolPayloadRequested |
( |
| ) |
|
◆ range()
| IOVRange IOVDbNamespace::ReadFromFileMetaData::range |
( |
| ) |
|
◆ stringAddress()
| std::string IOVDbNamespace::ReadFromFileMetaData::stringAddress |
( |
| ) |
|
Definition at line 63 of file ReadFromFileMetaData.cxx.
63 {
64 std::string strAddress{};
66 const coral::AttributeList& payload1=
m_pptr->begin()->second;
68
69 strAddress=payload1[0].data<std::string>();
70 } else {
71
72 strAddress="POOLContainer_AthenaAttributeList][CLID=x";
73 }
74 }
75 return strAddress;
76 }
◆ m_attrList
◆ m_attrListColl
◆ m_folderType
◆ m_metaContainer
◆ m_newedPtr
| bool IOVDbNamespace::ReadFromFileMetaData::m_newedPtr {} |
|
private |
◆ m_payload
◆ m_pptr
◆ m_referenceTime
| IOVTime IOVDbNamespace::ReadFromFileMetaData::m_referenceTime {} |
|
private |
The documentation for this class was generated from the following files: