20 SMBSM1 = register_module(
"SectorMapBootstrap")
21 SMBSM1.param(
"ReadSecMapFromDB",
True)
22 SMBSM1.param(
"ReadSectorMap",
False)
23 SMBSM1.param(
"SectorMapsInputFile",
"SVDSectorMap_v000.root")
24 SMBSM1.param(
"SetupToRead",
"SVDOnlyDefault")
27 SMBSM1.param(
"SectorMapsOutputFile",
"testMap.root")
28 SMBSM1.param(
"WriteSectorMap",
True)
47 SMBSM1.param(
"twoHitFilterAdjustFunctions", [(12,
"-TMath::Infinity()"), (13,
"TMath::Infinity()"), (4,
"x-4"), (5,
"x+4")])
52 SMBSM1.param(
"threeHitFilterAdjustFunctions", [(0,
"0"), (1,
"x+3"), (15,
"[0]")])
57 SMBSM1.logging.log_level = LogLevel.DEBUG
61 eventinfosetter = register_module(
'EventInfoSetter')
65 main.add_module(eventinfosetter)
66 main.add_module(SMBSM1)