run2_flavourTagging

Functions

_make_particles_with_selection(particle_container, ...)

make_run2_sameside_tagging_pions([...])

make_run2_sameside_tagging_kaons([...])

make_run2_sameside_tagging_protons([...])

make_run2_oppositeside_tagging_kaons([...])

make_run2_oppositeside_tagging_electrons([...])

make_run2_oppositeside_tagging_muons([...])

make_run2_oppositeside_vertex_charge_tagging_particles([...])

run2_sspion_tagger(b_candidates[, ...])

run2_sskaon_tagger(b_candidates[, ...])

run2_ssproton_tagger(b_candidates[, ...])

run2_oskaon_tagger(b_candidates[, ...])

run2_oselectron_tagger(b_candidates[, ...])

run2_osmuon_tagger(b_candidates[, ...])

run2_osvertexcharge_tagger(b_candidates[, ...])

run2_os_taggers(b_candidates[, ...])

run2_ss_taggers(b_candidates[, ...])

run2_all_taggers(b_candidates[, ...])

Module Contents

_make_particles_with_selection(particle_container, selection_code)
make_run2_sameside_tagging_pions(tagging_particle_containers=[make_has_rich_long_pions, make_has_rich_up_pions], pvs=make_pvs, p_min=2 * GeV, p_max=200 * GeV, pt_min=0.4 * GeV, pt_max=10 * GeV, eta_max=5.12, pidp_max=5, pidk_max=5, ghostprob_max=0.5)
make_run2_sameside_tagging_kaons(tagging_particle_containers=[make_has_rich_long_kaons, make_has_rich_up_kaons], pvs=make_pvs, p_min=2 * GeV, p_max=200 * GeV, pt_max=10 * GeV, eta_max=5.12, ghostprob_max=0.5)
make_run2_sameside_tagging_protons(tagging_particle_containers=[make_has_rich_long_protons, make_has_rich_up_protons], pvs=make_pvs, p_min=2 * GeV, p_max=200 * GeV, pt_min=0.4 * GeV, pt_max=10 * GeV, eta_max=5.12, pidp_min=5, ghostprob_max=0.5)
make_run2_oppositeside_tagging_kaons(tagging_particle_containers=[make_has_rich_long_kaons, make_has_rich_up_kaons], pvs=make_pvs, p_min=5 * GeV, p_max=200 * GeV, pt_max=10 * GeV, eta_max=5.12, ghostprob_max=0.52, trchi2dof_max=3.0)
make_run2_oppositeside_tagging_electrons(tagging_particle_containers=[make_long_electrons_with_brem], pvs=make_pvs, p_min=5.035169513449979 * GeV, p_max=200 * GeV, pt_min=1.4033298418685027 * GeV, pt_max=10 * GeV, eta_max=5.12, ghostprob_max=0.5, trchi2dof_max=3.0, PIDe_min=4.33257736223062)
make_run2_oppositeside_tagging_muons(tagging_particle_containers=[make_ismuon_long_muon], pvs=make_pvs, p_min=2.54 * GeV, p_max=200 * GeV, pt_min=0.951 * GeV, pt_max=10 * GeV, eta_max=5.12, ghostprob_max=0.5, trchi2dof_max=3.0)
make_run2_oppositeside_vertex_charge_tagging_particles(tagging_particle_containers=[make_has_rich_long_pions, make_ismuon_long_muon, make_long_electrons_with_brem, make_has_rich_up_pions], pvs=make_pvs, p_min=2 * GeV, p_max=200 * GeV, pt_max=10 * GeV, eta_max=5.12, ghostprob_max=0.5)
run2_sspion_tagger(b_candidates, tagging_particles_locations=[])
run2_sskaon_tagger(b_candidates, tagging_particles_locations=[])
run2_ssproton_tagger(b_candidates, tagging_particles_locations=[])
run2_oskaon_tagger(b_candidates, tagging_particles_locations=[])
run2_oselectron_tagger(b_candidates, tagging_particles_locations=[])
run2_osmuon_tagger(b_candidates, tagging_particles_locations=[])
run2_osvertexcharge_tagger(b_candidates, tagging_particles_locations=[])
run2_os_taggers(b_candidates, tagging_particles_locations={})
run2_ss_taggers(b_candidates, tagging_particles_locations={})
run2_all_taggers(b_candidates, tagging_particles_locations={})