ATLAS Offline Software
IdentifierSet.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef IdentifierSet_h
8 #define IdentifierSet_h
9 
10 #include "Identifier/Identifier.h"
11 
18 typedef std::set<Identifier> IdentifierSet;
19 
20 // Class definition for StoreGate
21 #include "AthenaKernel/CLASS_DEF.h"
22 CLASS_DEF( IdentifierSet , 229132278 , 1 )
23 
24 #include "AthenaKernel/CondCont.h"
26 
27 #endif // IdentifierSet_h
IdentifierSet
std::set< Identifier > IdentifierSet
IdentifierSet is std::set of Identifier and used in SCT_RODVetoCondAlg and SCT_RODVetoTool....
Definition: IdentifierSet.h:18
CONDCONT_DEF
CONDCONT_DEF(IdentifierSet, 194291172)
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
CLASS_DEF.h
macros to associate a CLID to a type