ATLAS Offline Software
Loading...
Searching...
No Matches
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
std::map< IdentifierHash::value_type, std::string > m_data