We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b64739 commit de8bf42Copy full SHA for de8bf42
PWGEM/Dilepton/Core/DileptonMC.h
@@ -1960,8 +1960,8 @@ struct DileptonMC {
1960
}
1961
// accept radiative decay of charmonia (ee + multiple gamma).
1962
1963
- float pt1 = 0.f, eta1 = 0.f, phi1 = 0.f, sign1 = 0.f;
1964
- float pt2 = 0.f, eta2 = 0.f, phi2 = 0.f, sign2 = 0.f;
+ // float pt1 = 0.f, eta1 = 0.f, phi1 = 0.f, sign1 = 0.f;
+ // float pt2 = 0.f, eta2 = 0.f, phi2 = 0.f, sign2 = 0.f;
1965
std::vector<std::array<float, 4>> vDau;
1966
vDau.reserve(mcParticle.daughtersIds().size());
1967
for (const auto& daughterId : mcParticle.daughtersIds()) {
0 commit comments