ATLAS Offline Software
ClassID.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id$
16 #ifndef ATHCONTAINERS_CLASSID_H
17 #define ATHCONTAINERS_CLASSID_H
18 
19 
20 #ifdef XAOD_STANDALONE
21 
22 typedef unsigned int CLID;
23 static const CLID CLID_NULL = 0;
24 
25 
26 #else
27 
28 
29 #include "GaudiKernel/ClassID.h"
30 
31 
32 #endif
33 
34 
35 #endif // not ATHCONTAINERS_CLASSID_H
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47