ATLAS Offline Software
SCT_ConditionsDataDict.h File Reference

ROOT dictionary file of SCT_ConditionsData package to use classes, enums, variables in Python. More...

#include "SCT_ConditionsData/SCT_ByteStreamErrors.h"
Include dependency graph for SCT_ConditionsDataDict.h:

Go to the source code of this file.

Detailed Description

ROOT dictionary file of SCT_ConditionsData package to use classes, enums, variables in Python.

Note
Usages in Python: import ROOT, cppyy cppyy.loadDictionary('SCT_ConditionsDataDict') bsErrors = ROOT.SCT_ByteStreamErrors bsErrors.NUM_ERROR_TYPES

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.