ATLAS Offline Software
InnerDetector
InDetEventCnv
InDetEventAthenaPool
InDetEventAthenaPool
SCT_FlaggedCondData_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef SCT_FLAGGEDCONDDATA_P1_H
6
#define SCT_FLAGGEDCONDDATA_P1_H
7
8
#include <map>
9
#include <string>
10
11
#include "
Identifier/IdentifierHash.h
"
12
13
class
SCT_FlaggedCondData_p1
{
14
public
:
15
SCT_FlaggedCondData_p1
():
m_data
{} {};
16
// List of Cnv classes that convert this into Rdo objects
17
friend
class
SCT_FlaggedCondDataCnv_p1
;
18
private
:
19
std::map<IdentifierHash::value_type, std::string>
m_data
;
20
};
21
22
#endif // SCT_FLAGGEDCONDDATA_P1_H
SCT_FlaggedCondData_p1::m_data
std::map< IdentifierHash::value_type, std::string > m_data
Definition:
SCT_FlaggedCondData_p1.h:19
SCT_FlaggedCondDataCnv_p1
Definition:
SCT_FlaggedCondDataCnv_p1.h:20
SCT_FlaggedCondData_p1::SCT_FlaggedCondData_p1
SCT_FlaggedCondData_p1()
Definition:
SCT_FlaggedCondData_p1.h:15
SCT_FlaggedCondData_p1
Definition:
SCT_FlaggedCondData_p1.h:13
IdentifierHash.h
Generated on Thu Nov 7 2024 21:25:29 for ATLAS Offline Software by
1.8.18