ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
IOVDbNamespace::FMDReadLock Class Reference

#include <ReadFromFileMetaData.h>

Inheritance diagram for IOVDbNamespace::FMDReadLock:
Collaboration diagram for IOVDbNamespace::FMDReadLock:

Public Member Functions

 FMDReadLock (const FMDReadLock &)=delete
 
void operator= (const FMDReadLock &)=delete
 
 FMDReadLock (IIOVDbMetaDataTool *metadatatool)
 
 ~FMDReadLock ()
 
IOVMetaDataContainerfindFolder (const std::string &folderName)
 

Private Attributes

IIOVDbMetaDataToolm_metadatatool {}
 

Detailed Description

Definition at line 62 of file ReadFromFileMetaData.h.

Constructor & Destructor Documentation

◆ FMDReadLock() [1/2]

IOVDbNamespace::FMDReadLock::FMDReadLock ( const FMDReadLock )
delete

◆ FMDReadLock() [2/2]

IOVDbNamespace::FMDReadLock::FMDReadLock ( IIOVDbMetaDataTool metadatatool)

Definition at line 108 of file ReadFromFileMetaData.cxx.

109  : m_metadatatool(metadatatool)
110  {
112  }

◆ ~FMDReadLock()

IOVDbNamespace::FMDReadLock::~FMDReadLock ( )

Definition at line 119 of file ReadFromFileMetaData.cxx.

119  {
121  }

Member Function Documentation

◆ findFolder()

IOVMetaDataContainer * IOVDbNamespace::FMDReadLock::findFolder ( const std::string &  folderName)

Definition at line 114 of file ReadFromFileMetaData.cxx.

115  {
117  }

◆ operator=()

void IOVDbNamespace::FMDReadLock::operator= ( const FMDReadLock )
delete

Member Data Documentation

◆ m_metadatatool

IIOVDbMetaDataTool* IOVDbNamespace::FMDReadLock::m_metadatatool {}
private

Definition at line 70 of file ReadFromFileMetaData.h.


The documentation for this class was generated from the following files:
ILockableTool::lock_shared
virtual void lock_shared() const =0
Lock the tool.
IOVDbNamespace::FMDReadLock::m_metadatatool
IIOVDbMetaDataTool * m_metadatatool
Definition: ReadFromFileMetaData.h:70
ILockableTool::unlock_shared
virtual void unlock_shared() const =0
Unlock the tool.
CaloCellTimeCorrFiller.folderName
string folderName
Definition: CaloCellTimeCorrFiller.py:20
IIOVDbMetaDataTool::findMetaDataContainer
virtual IOVMetaDataContainer * findMetaDataContainer(const std::string &folderName) const =0