Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions python/addBTV.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,7 @@ def get_DeepCSV_vars():
)
return DeepCSVVars

def add_BTV(process, runOnMC=False, onlyAK4=False, onlyAK8=False, keepInputs=True):
addAK4 = not onlyAK8
addAK8 = not onlyAK4

def add_BTV(process, runOnMC=False, addAK4=True, addAK8=True, addAK15=False, keepInputs=True):
if addAK4:
process = update_jets_AK4(process)
if addAK8:
Expand Down
Loading