def for_mc(process, hlt_process_name, fill_gen_info):
    switch_hlt_process_name(
        process, hlt_process_name
    )  # this must be done last (i.e. after anything that might have an InputTag for something HLT-related)
def for_mc(process, hlt_process_name, fill_gen_info):
    ntuplify(process, fill_gen_info)
    switch_hlt_process_name(process, hlt_process_name) # this must be done last (i.e. after anything that might have an InputTag for something HLT-related)