ATLAS Offline Software
Loading...
Searching...
No Matches
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$
14
15
16#ifndef ATHCONTAINERS_CLASSID_H
17#define ATHCONTAINERS_CLASSID_H
18
19
20#ifdef XAOD_STANDALONE
21
22typedef unsigned int CLID;
23static 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
uint32_t CLID
The Class ID type.