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 | get_UnifiedParticleTransformerAK4_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 474 of file custom_btv_cff.py.
References get_DDX_vars(), get_DeepCSV_vars(), get_DeepJet_outputs(), get_ParticleNetAK4_outputs(), get_ParticleTransformerAK4_outputs(), get_UnifiedParticleTransformerAK4_outputs(), update_jets_AK4(), update_jets_AK8(), update_jets_AK8_subjet(), and common_cff.Var().
Referenced by BTVCustomNanoAOD().
Definition at line 588 of file custom_btv_cff.py.
References common_cff.Var().
Referenced by BTVCustomNanoAOD().
def custom_btv_cff.BTVCustomNanoAOD | ( | process | ) |
Definition at line 691 of file custom_btv_cff.py.
References add_BTV(), and addPFCands().
def custom_btv_cff.get_DDX_vars | ( | ) |
Definition at line 134 of file custom_btv_cff.py.
References common_cff.Var().
Referenced by add_BTV().
def custom_btv_cff.get_DeepCSV_vars | ( | ) |
Definition at line 168 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 242 of file custom_btv_cff.py.
References common_cff.Var().
Referenced by add_BTV().
def custom_btv_cff.get_ParticleNetAK4_outputs | ( | ) |
Definition at line 306 of file custom_btv_cff.py.
References common_cff.Var().
Referenced by add_BTV().
def custom_btv_cff.get_ParticleTransformerAK4_outputs | ( | ) |
Definition at line 352 of file custom_btv_cff.py.
References common_cff.Var().
Referenced by add_BTV().
def custom_btv_cff.get_UnifiedParticleTransformerAK4_outputs | ( | ) |
Definition at line 412 of file custom_btv_cff.py.
References common_cff.Var().
Referenced by add_BTV().
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 70 of file custom_btv_cff.py.
Referenced by add_BTV().
def custom_btv_cff.update_jets_AK8_subjet | ( | process | ) |
Definition at line 104 of file custom_btv_cff.py.
Referenced by add_BTV().
custom_btv_cff.btvNano_addAK4_switch |
Definition at line 685 of file custom_btv_cff.py.
custom_btv_cff.btvNano_addAK8_switch |
Definition at line 686 of file custom_btv_cff.py.
custom_btv_cff.btvNano_addallPF_switch |
Definition at line 687 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 684 of file custom_btv_cff.py.
custom_btv_cff.TaggerInput |
Definition at line 688 of file custom_btv_cff.py.