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