ATLAS Offline Software
SCT_FlaggedCondData.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
5 */
6 
14 #ifndef SCT_FLAGGEDCONDDATA_H
15 #define SCT_FLAGGEDCONDDATA_H
16 
17 #include <map>
18 #include <string>
19 
21 
26 typedef std::map<IdentifierHash, std::string> SCT_FlaggedCondData;
27 
28 // Class definition for StoreGate
29 #include "AthenaKernel/CLASS_DEF.h"
30 CLASS_DEF( SCT_FlaggedCondData , 188972386 , 1 )
31 
32 #endif // SCT_FLAGGEDCONDDATA_H
IdentifierHash.h
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
SCT_FlaggedCondData
std::map< IdentifierHash, std::string > SCT_FlaggedCondData
Typedef for data object used in SCT_Clusterization and SCT_FlaggedConditionTool.
Definition: SCT_FlaggedCondData.h:26
CLASS_DEF.h
macros to associate a CLID to a type