ATLAS Offline Software
InnerDetector
InDetMonitoring
SCT_Monitoring
SCT_Monitoring
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
21
#include "
SCT_Monitoring/SCT_MonitoringNumbers.h
"
22
23
#endif // SCT_MonitoringDict_h
SCT_MonitoringNumbers.h
Generated on Thu Nov 7 2024 21:25:32 for ATLAS Offline Software by
1.8.18