Skip to content

Commit

Permalink
updating scripts etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Winterbottom committed Oct 19, 2023
1 parent e08c4de commit f9687e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Analysis/HiggsTauTauRun2/scripts/htt_2022_postEE.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def getParaJobSubmit(N):
'DYto2L-4Jets_MLL-50_3J',
'DYto2L-4Jets_MLL-50_4J',
'DYto2L-4Jets_MLL-50',
'DYto2TautoMuTauh_M50',
# 'DYto2TautoMuTauh_M50',
# 'GluGluHToTauTau_M125_v2',
# 'GluGluHToTauTau_M125_v3',
'TBbarQ_t-channel_4FS',
Expand Down
2 changes: 1 addition & 1 deletion Analysis/HiggsTauTauRun2/src/HTTSequence.cc
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ if (!is_data ) {
if(channel == channel::et || channel==channel::em || channel==channel::mt || channel==channel::zmm || channel==channel::zee) httWeights.set_do_tracking_eff(true);
}
}
if ((output_name.find("DY") != output_name.npos && output_name.find("JetsToLL-LO") != output_name.npos && !(output_name.find("JetsToLL-LO-10-50") != output_name.npos))){
if ((output_name.find("DY") != output_name.npos && output_name.find("JetsToLL-LO") != output_name.npos && !(output_name.find("JetsToLL-LO-10-50") != output_name.npos)) || output_name.find("DYto2L-4Jets") != output_name.npos){
httWeights.set_do_zpt_weight(true&&channel!=channel::tpzee&&channel!=channel::tpzmm&&channel!=channel::tpmt&&channel != channel::tpem);
}

Expand Down

0 comments on commit f9687e9

Please sign in to comment.