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