ATLAS Offline Software
SCT_MonitoringDict.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /*
6  Usages in Python:
7 
8  import ROOT, cppyy
9  cppyy.loadDictionary("SCT_MonitoringDict")
10  sctMon = ROOT.SCT_Monitoring
11  sctMon.N_REGIONS
12 
13  from ROOT import SCT_Monitoring as sctMon
14  for i in range(sctMon.N_REGIONS):
15  print(sctMon.subDetName[i])
16 */
17 
18 #ifndef SCT_MonitoringDict_h
19 #define SCT_MonitoringDict_h
20 
22 
23 #endif // SCT_MonitoringDict_h
SCT_MonitoringNumbers.h