ATLAS Offline Software
IOVMetaDataContainer_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef IOVDBTMCNV_IOVMETADATACONTAINER_P1_H
6 #define IOVDBTMCNV_IOVMETADATACONTAINER_P1_H
7 
21 //<<<<<< INCLUDES >>>>>>
23 
24 #include <string>
25 #include <vector>
26 
27 //<<<<<< CLASS DECLARATIONS >>>>>>
28 
38 public:
39 
41 
42  std::string m_folderName;
43  std::string m_folderDescription;
45 };
46 
47 
48 inline
50 {}
51 
52 
53 
54 #endif // IOVDBTMCNV_IOVMETADATACONTAINER_P1_H
IOVMetaDataContainer_p1
This class is a container_p1 for conditions data. It is intended to be used to store conditions data ...
Definition: IOVMetaDataContainer_p1.h:37
IOVPayloadContainer_p1.h
This class is the persistent version of a container for the payload of conditions data....
IOVMetaDataContainer_p1::m_folderName
std::string m_folderName
Definition: IOVMetaDataContainer_p1.h:42
IOVMetaDataContainer_p1::m_payload
IOVPayloadContainer_p1 m_payload
Definition: IOVMetaDataContainer_p1.h:44
IOVMetaDataContainer_p1::IOVMetaDataContainer_p1
IOVMetaDataContainer_p1()
Definition: IOVMetaDataContainer_p1.h:49
IOVPayloadContainer_p1
Definition: IOVPayloadContainer_p1.h:27
IOVMetaDataContainer_p1::m_folderDescription
std::string m_folderDescription
Definition: IOVMetaDataContainer_p1.h:43