Skip to content
Snippets Groups Projects
Commit 56c8557d authored by Daniel Guderian's avatar Daniel Guderian
Browse files

indentation

parent 9afe61da
No related branches found
No related tags found
1 merge request!19Resolve "error when using new extractor"
...@@ -128,9 +128,9 @@ def get_real_data_info_extr(input_file): ...@@ -128,9 +128,9 @@ def get_real_data_info_extr(input_file):
has_std_reco = "reco" in f.keys() has_std_reco = "reco" in f.keys()
if has_std_reco: if has_std_reco:
#also check, which rec types are present #also check, which rec types are present
rec_types,rec_parameters_names = get_rec_types_in_file(f) rec_types,rec_parameters_names = get_rec_types_in_file(f)
def mc_info_extr(blob): def mc_info_extr(blob):
""" """
...@@ -197,8 +197,8 @@ def get_random_noise_mc_info_extr(input_file): ...@@ -197,8 +197,8 @@ def get_random_noise_mc_info_extr(input_file):
has_std_reco = "reco" in f.keys() has_std_reco = "reco" in f.keys()
if has_std_reco: if has_std_reco:
#also check, which rec types are present #also check, which rec types are present
rec_types,rec_parameters_names = get_rec_types_in_file(f) rec_types,rec_parameters_names = get_rec_types_in_file(f)
def mc_info_extr(blob): def mc_info_extr(blob):
...@@ -263,7 +263,7 @@ def get_neutrino_mc_info_extr(input_file): ...@@ -263,7 +263,7 @@ def get_neutrino_mc_info_extr(input_file):
if has_std_reco: if has_std_reco:
#also check, which rec types are present #also check, which rec types are present
rec_types,rec_parameters_names = get_rec_types_in_file(f) rec_types,rec_parameters_names = get_rec_types_in_file(f)
# get the n_gen # get the n_gen
header = HDF5Header.from_hdf5(input_file) header = HDF5Header.from_hdf5(input_file)
......
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