Skip to content

Commit de8bf42

Browse files
authored
Comment out unused float variables in DileptonMC.h
Comment out unused variables for clarity.
1 parent 5b64739 commit de8bf42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGEM/Dilepton/Core/DileptonMC.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,8 +1960,8 @@ struct DileptonMC {
19601960
}
19611961
// accept radiative decay of charmonia (ee + multiple gamma).
19621962

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;
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;
19651965
std::vector<std::array<float, 4>> vDau;
19661966
vDau.reserve(mcParticle.daughtersIds().size());
19671967
for (const auto& daughterId : mcParticle.daughtersIds()) {

0 commit comments

Comments
 (0)