27SMBSM1 = b2.register_module(
"SectorMapBootstrap")
28SMBSM1.param(
"ReadSecMapFromDB",
True)
29SMBSM1.param(
"ReadSectorMap",
False)
30SMBSM1.param(
"SectorMapsInputFile",
"SVDSectorMap_v000.root")
31SMBSM1.param(
"SetupToRead",
"SVDOnlyDefault")
34SMBSM1.param(
"SectorMapsOutputFile",
"testMap.root")
35SMBSM1.param(
"WriteSectorMap",
True)
54SMBSM1.param(
"twoHitFilterAdjustFunctions", [(12,
"-TMath::Infinity()"), (13,
"TMath::Infinity()"), (4,
"x-4"), (5,
"x+4")])
59SMBSM1.param(
"threeHitFilterAdjustFunctions", [(0,
"0"), (1,
"x+3"), (15,
"[0]")])
64SMBSM1.logging.log_level = b2.LogLevel.DEBUG
68eventinfosetter = b2.register_module(
'EventInfoSetter')
71main = b2.create_path()
72main.add_module(eventinfosetter)
73main.add_module(SMBSM1)