31 print(
"Check the run number!!")
33 if searchbaseValue != -1:
34 myflag =
"searchBase" + str(searchbaseValue) +
"_thr" + str(setLauraThreshold)
37 outputfile =
"SVDHotStripFinderZS5_exp" + str(exp) +
"run" + str(run) +
"_V1_" + str(myflag) +
".root"
39 outputfile =
"SVDHotStripFinderZS5_exp" + str(exp) +
"run" + str(run) +
"_V2_" + str(myflag) +
".root"
42 use_central_database(
"data_reprocessing_prompt_bucket6")
43 use_central_database(
"svd_basic")
44 use_central_database(
"svd_onlySVDinGeoConfiguration")
46 use_local_database(
"localDB_HSF/database.txt",
"localDB_HSF")
57 inputFileName=
"/ghi/fs01/belle2/bdata/Data/Raw/e000" + \
58 str(exp) +
"/r0" + str(run) +
"/sub00/" + str(runType) +
".000" + str(exp) +
".0" + str(run) +
".HLT*",
59 branchNames=[
'RawSVDs'])
61 main.add_module(
'Gearbox')
62 main.add_module(
'Geometry')
65 main.add_module(
'SVDUnpacker', svdShaperDigitListName=
'SVDShaperDigits')
67 'SVDZeroSuppressionEmulator',
69 ShaperDigits=
'SVDShaperDigits',
70 ShaperDigitsIN=
'SVDShaperDigitsZS5',
74 main.add_module(
'SVDHotStripFinder', ShaperDigits=
'SVDShaperDigitsZS5', outputFileName=outputfile, searchBase=searchbaseValue,
75 threshold=1, absOccThreshold=0.20, relOccPrec=setLauraThreshold, useHSFinderV1=
not useLauraAlg)
77 main.add_module(
'Progress')