Skip to content

Commit 391e1c7

Browse files
Update qgTreeCreator.cxx
1 parent 6747b9b commit 391e1c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGJE/Tasks/qgTreeCreator.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ struct QGTreeCreator {
132132

133133
float girth = sumPt > 0 ? sumPtDr / sumPt : -1;
134134
float ptd = sumPt > 0 ? std::sqrt(sumPt2) / sumPt : -1;
135-
136135
//----------------------------------
137136
// matching block
138137
//----------------------------------
@@ -174,8 +173,7 @@ struct QGTreeCreator {
174173
maxPt = tc.pt();
175174
pdg = getInitiatingParton(mc, mcParticles);
176175
}
177-
}
178-
176+
}
179177
//----------------------------------
180178
// assign q/g label
181179
//----------------------------------

0 commit comments

Comments
 (0)