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