ATLAS Offline Software
Loading...
Searching...
No Matches
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
17
18typedef std::set<Identifier> IdentifierSet;
19
20// Class definition for StoreGate
22CLASS_DEF( IdentifierSet , 229132278 , 1 )
23
24#include "AthenaKernel/CondCont.h"
26
27#endif // IdentifierSet_h
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
std::set< Identifier > IdentifierSet
IdentifierSet is std::set of Identifier and used in SCT_RODVetoCondAlg and SCT_RODVetoTool.