Browse Source

Use same plotting routine for 161 and 164 (nplotter_ktopanom_new.f90)

master
Tobias Neumann 2 years ago
parent
commit
83158a6cae
  1. 4
      src/Mods/mod_SetupPlots.f90

4
src/Mods/mod_SetupPlots.f90

@ -84,8 +84,8 @@ module MCFMSetupPlots
pbook => book_Z pbook => book_Z
ptbook => bookTable_Z ptbook => bookTable_Z
elseif (kcase == kbq_tpq .or. kcase == kbq_tpq_jet) then elseif (kcase == kbq_tpq .or. kcase == kbq_tpq_jet) then
call setup_singletop()
pbook => book_singletop
call setup_ktopanom()
pbook => book_ktopanom
elseif ((kcase == kggfus0) .or. (kcase == kggfus1)) then elseif ((kcase == kggfus0) .or. (kcase == kggfus1)) then
call setup_Higgs() call setup_Higgs()
pbook => book_Higgs pbook => book_Higgs

Loading…
Cancel
Save