Skip to content
Snippets Groups Projects
Commit 9dcb67af authored by Florian Alexander Mausolf's avatar Florian Alexander Mausolf
Browse files

cosmetic change to merge_parquet.py

parent 0b50554d
No related branches found
No related tags found
1 merge request!278B weigth normalization for central and systematic variation
Pipeline #8161425 passed
...@@ -174,7 +174,7 @@ if (not args.is_data) & (not args.skip_normalisation): ...@@ -174,7 +174,7 @@ if (not args.is_data) & (not args.skip_normalisation):
"Extracting sum of gen weights (before selection) from metadata of files to be merged." "Extracting sum of gen weights (before selection) from metadata of files to be merged."
) )
IsBtagNorm_sys,WeightSum_preBTag_arr,WeightSum_postBTag_arr,WeightSum_postBTag_sys_arr = Get_WeightSum_Btag(source_paths,logger) IsBtagNorm_sys,WeightSum_preBTag_arr,WeightSum_postBTag_arr,WeightSum_postBTag_sys_arr = Get_WeightSum_Btag(source_paths,logger)
# print(IsBtagNorm_sys,WeightSum_preBTag_arr,WeightSum_postBTag_arr,WeightSum_postBTag_sys_arr)
sum_genw_beforesel_arr = [] sum_genw_beforesel_arr = []
for i, source_path in enumerate(source_paths): for i, source_path in enumerate(source_paths):
source_files = glob.glob("%s/*.parquet" % source_path) source_files = glob.glob("%s/*.parquet" % source_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment