ATLAS Offline Software
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