75 testing_secmap_name = os.getenv(
"BELLE2_TESTING_VXDTF2_SECMAP")
76 if testing_secmap_name
is not None:
77 basf2.B2WARNING(
"Using non-default (the one in the db) SectorMap: " + testing_secmap_name)
78 basf2.set_module_parameters(path,
"SectorMapBootstrap", ReadSecMapFromDB=
False)
79 basf2.set_module_parameters(path,
"SectorMapBootstrap", ReadSectorMap=
True)
80 basf2.set_module_parameters(path,
"SectorMapBootstrap", SectorMapsInputFile=testing_secmap_name)