15from ROOT
import PyConfig
16PyConfig.IgnoreCommandLineOptions =
False
17sys.argv.append(
"--help")
20from basf2
import _constwrapper
24PyConfig.IgnoreCommandLineOptions =
True
26assert ROOT.kIsStatic == _constwrapper._ROOT_kIsStatic,
"kIsStatic has changed its value"
27assert ROOT.kIsConstMethod == _constwrapper._ROOT_kIsConstMethod,
"kIsConstMethod has changed its value"
28assert ROOT.kIsPublic == _constwrapper._ROOT_kIsPublic,
"kIsPublic has changed its value"