We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6747b9b commit 391e1c7Copy full SHA for 391e1c7
PWGJE/Tasks/qgTreeCreator.cxx
@@ -132,7 +132,6 @@ struct QGTreeCreator {
132
133
float girth = sumPt > 0 ? sumPtDr / sumPt : -1;
134
float ptd = sumPt > 0 ? std::sqrt(sumPt2) / sumPt : -1;
135
-
136
//----------------------------------
137
// matching block
138
@@ -174,8 +173,7 @@ struct QGTreeCreator {
174
173
maxPt = tc.pt();
175
pdg = getInitiatingParton(mc, mcParticles);
176
}
177
- }
178
+ }
179
180
// assign q/g label
181
0 commit comments