ATLAS Offline Software
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 
12 
14  public:
16  // List of Cnv classes that convert this into Rdo objects
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