Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
consts.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2 
3 BLACK, WHITE, GREY, RED, YELLOW, GREEN = -1, None, 0, 1, 2, 3
4 EMPTY, OUT_OF_CONFIG, BAD, GOOD = None, -2, False, True