You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::sqrt(1 + z * z / (betx * betx)) / std::sqrt(1 + z * z / (bets * bets));
k * s on L200 picks up s = second = 1e9 from CLHEP initially present in the global scope.
all other pairing with k are in units of length (k*ct and k*z).
It looks like s was supposed to be z.
This issue is a followup to the discussion #44882 to check/confirm if this is indeed a bug.
#44882
The code in HLLHCEvtVtxGenerator for RF800 mode was introduced in #16942 (@lgray )
cmssw/IOMC/EventVertexGenerators/src/HLLHCEvtVtxGenerator.cc
Lines 195 to 201 in 8c36010
k * s
on L200 picks ups = second = 1e9
from CLHEP initially present in the global scope.all other pairing with k are in units of length (
k*ct
andk*z
).It looks like
s
was supposed to bez
.This issue is a followup to the discussion #44882 to check/confirm if this is indeed a bug.
@civanch
The text was updated successfully, but these errors were encountered: