Functions | |
def | add_BTV (process, addAK4=False, addAK8=False, scheme="btvSF") |
def | addPFCands (process, allPF=False, addAK4=False, addAK8=False) |
def | BTVCustomNanoAOD (process) |
def | get_DDX_vars () |
def | get_DeepCSV_vars () |
def | get_DeepJet_outputs () |
Store all output nodes, negative tagger for SF. More... | |
def | get_ParticleNetAK4_outputs () |
def | get_ParticleTransformerAK4_outputs () |
def | update_jets_AK4 (process) |
Move PFNano (https://github.com/cms-jet/PFNano/) to NanoAOD. More... | |
def | update_jets_AK8 (process) |
def | update_jets_AK8_subjet (process) |
Variables | |
btvNano_addAK4_switch | |
btvNano_addAK8_switch | |
btvNano_addallPF_switch | |
btvNano_switch | |
Switches for BTV nano Default(store SFs PFCands+TaggerInputs) for both AK4 & AK8 jets btvNano_addAK4_switch, btvNano_addAK8_switch True, btvNano_addPF_switch False, TaggerInput = "btvSF". More... | |
TaggerInput | |
Definition at line 436 of file custom_btv_cff.py.
References get_DDX_vars(), get_DeepCSV_vars(), get_DeepJet_outputs(), get_ParticleNetAK4_outputs(), update_jets_AK4(), update_jets_AK8(), update_jets_AK8_subjet(), and common_cff.Var().
Referenced by BTVCustomNanoAOD().
Definition at line 560 of file custom_btv_cff.py.
References common_cff.Var().
Referenced by BTVCustomNanoAOD().
def custom_btv_cff.BTVCustomNanoAOD | ( | process | ) |
Definition at line 663 of file custom_btv_cff.py.
References add_BTV(), and addPFCands().
def custom_btv_cff.get_DDX_vars | ( | ) |
Definition at line 130 of file custom_btv_cff.py.
References common_cff.Var().
Referenced by add_BTV().
def custom_btv_cff.get_DeepCSV_vars | ( | ) |
Definition at line 164 of file custom_btv_cff.py.
References common_cff.Var().
Referenced by add_BTV().
def custom_btv_cff.get_DeepJet_outputs | ( | ) |
Store all output nodes, negative tagger for SF.
Definition at line 238 of file custom_btv_cff.py.
References common_cff.Var().
Referenced by add_BTV().
def custom_btv_cff.get_ParticleNetAK4_outputs | ( | ) |
Definition at line 310 of file custom_btv_cff.py.
References common_cff.Var().
Referenced by add_BTV().
def custom_btv_cff.get_ParticleTransformerAK4_outputs | ( | ) |
Definition at line 364 of file custom_btv_cff.py.
References common_cff.Var().
def custom_btv_cff.update_jets_AK4 | ( | process | ) |
Move PFNano (https://github.com/cms-jet/PFNano/) to NanoAOD.
From: https://github.com/cms-jet/PFNano/blob/13_0_7_from124MiniAOD/python/addBTV.py
Definition at line 13 of file custom_btv_cff.py.
Referenced by add_BTV().
def custom_btv_cff.update_jets_AK8 | ( | process | ) |
Definition at line 66 of file custom_btv_cff.py.
Referenced by add_BTV().
def custom_btv_cff.update_jets_AK8_subjet | ( | process | ) |
Definition at line 100 of file custom_btv_cff.py.
Referenced by add_BTV().
custom_btv_cff.btvNano_addAK4_switch |
Definition at line 657 of file custom_btv_cff.py.
custom_btv_cff.btvNano_addAK8_switch |
Definition at line 658 of file custom_btv_cff.py.
custom_btv_cff.btvNano_addallPF_switch |
Definition at line 659 of file custom_btv_cff.py.
custom_btv_cff.btvNano_switch |
Switches for BTV nano Default(store SFs PFCands+TaggerInputs) for both AK4 & AK8 jets btvNano_addAK4_switch, btvNano_addAK8_switch True, btvNano_addPF_switch False, TaggerInput = "btvSF".
Definition at line 656 of file custom_btv_cff.py.
custom_btv_cff.TaggerInput |
Definition at line 660 of file custom_btv_cff.py.