ATLAS Offline Software
|
ROOT dictionary file of SCT_ConditionsData package to use classes, enums, variables in Python. More...
#include "SCT_ConditionsData/SCT_ByteStreamErrors.h"
Go to the source code of this file.
ROOT dictionary file of SCT_ConditionsData package to use classes, enums, variables in Python.
from ROOT import SCT_ByteStreamErrors for i in range(SCT_ByteStreamErrors.NUM_ERROR_TYPES): print(SCT_ByteStreamErrors.ErrorTypeDescription[i])
Definition in file SCT_ConditionsDataDict.h.