Modify ↓
#105 closed defect (fixed)
METS scale setter fails in ttbar on trunk
Reported by: | Frank Siegert | Owned by: | Stefan Hoeche |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Unknown | Version: | 0.trunk |
Keywords: | Cc: |
Description
When the METS scale setter on trunk r16032 is used in several variations of ttbar, it gives the error messages pasted at the bottom.
It doesn't make any difference whether METS__reject_unordered
is active or not, and changing DecayOS
to Decay
also doesn't make a difference. This works without problems in 1.2.2 as long as DecayOS
is used. With Decay
it also gives very high %'s of "No CSS history".
hadronic (same for semileptonic)
(run){ EVENTS=5000 BEAM_1=2212; BEAM_ENERGY_1=3500 BEAM_2=2212; BEAM_ENERGY_2=3500 ME_SIGNAL_GENERATOR=Comix }(run) (processes){ # qqb qqb Process : 93 93 -> 6[a] -6[b] DecayOS : 6[a] -> 24[c] 5 DecayOS : -6[b] -> -24[d] -5 DecayOS : 24[c] -> 94 94 DecayOS : -24[d] -> 94 94 End process }(processes)
leads to
METS_Scale_Setter::CalculateMyScale(): No CSS history for '2_6__d__db__t[W+[c__sb]__b]__tb[W-[d__ub]__bb]' in >100% of calls. Set \hat{s}. METS_Scale_Setter::CalculateMyScale(): No CSS history for '2_6__b__bb__t[W+[u__db]__b]__tb[W-[d__ub]__bb]' in >100% of calls. Set \hat{s}. METS_Scale_Setter::CalculateMyScale(): No CSS history for '2_6__u__ub__t[W+[c__sb]__b]__tb[W-[s__cb]__bb]' in >100% of calls. Set \hat{s}. METS_Scale_Setter::CalculateMyScale(): No CSS history for '2_6__d__db__t[W+[c__sb]__b]__tb[W-[s__cb]__bb]' in >100% of calls. Set \hat{s}. METS_Scale_Setter::CalculateMyScale(): No CSS history for '2_6__d__db__t[W+[u__db]__b]__tb[W-[d__ub]__bb]' in >100% of calls. Set \hat{s}. METS_Scale_Setter::CalculateMyScale(): No CSS history for '2_6__u__ub__t[W+[u__db]__b]__tb[W-[s__cb]__bb]' in >100% of calls. Set \hat{s}. METS_Scale_Setter::CalculateMyScale(): No CSS history for '2_6__u__ub__t[W+[u__db]__b]__tb[W-[d__ub]__bb]' in >100% of calls. Set \hat{s}. METS_Scale_Setter::CalculateMyScale(): No CSS history for '2_6__d__db__t[W+[u__db]__b]__tb[W-[s__cb]__bb]' in >100% of calls. Set \hat{s}. METS_Scale_Setter::CalculateMyScale(): No CSS history for '2_6__u__ub__t[W+[c__sb]__b]__tb[W-[d__ub]__bb]' in >100% of calls. Set \hat{s}.
leptonic
(run){ EVENTS=5000 BEAM_1=2212; BEAM_ENERGY_1=3500 BEAM_2=2212; BEAM_ENERGY_2=3500 ME_SIGNAL_GENERATOR=Comix }(run) (processes){ # l l Process : 93 93 -> 6[a] -6[b] DecayOS : 6[a] -> 24[c] 5 DecayOS : -6[b] -> -24[d] -5 DecayOS : 24[c] -> -11 12 DecayOS : -24[d] -> 13 -14 CKKW sqr(30/E_CMS) End process }(processes)
leads to
Process_Group::CalculateTotalXSec(): Calculate xs for '2_6__j__j__t[W+[nu_e__e+]__b]__tb[W-[mu-__nu_mub]__bb]' (Comix) Starting the calculation. Lean back and enjoy ... . METS_Scale_Setter::SetScales(): Failed to determine \mu. METS_Scale_Setter::SetScales(): Failed to determine \mu. METS_Scale_Setter::SetScales(): Failed to determine \mu. METS_Scale_Setter::SetScales(): Failed to determine \mu. METS_Scale_Setter::SetScales(): Failed to determine \mu. ... ad infinitum
Attachments (0)
Note: See
TracTickets for help on using
tickets.
This problem was solved in r16087.