Skip to content

Commit

Permalink
bin/MorphingMSSMvsSM.cpp: remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturAkh committed Jan 8, 2021
1 parent d97dc93 commit c01478c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/MorphingMSSMvsSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ int main(int argc, char **argv) {
std::cout << "[INFO] Performing template morphing for mssm ggh and bbh.\n";
auto morphFactory = ch::CMSHistFuncFactory();
morphFactory.SetHorizontalMorphingVariable(mass_var);
morphFactory.Run(cb, ws, process_norm_map); // buggy with CPV at this stage
morphFactory.Run(cb, ws, process_norm_map);

if(analysis == "mssm"){
// Adding 'norm' terms into workspace according to desired signals
Expand Down

0 comments on commit c01478c

Please sign in to comment.