Skip to content

Commit df8a984

Browse files
author
Andrea
committed
another linter fix
1 parent ce48c8e commit df8a984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DPG/Tasks/ITS/filterTracks.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ struct FilterTracks {
202202
{
203203

204204
fillTableData(track);
205-
bool has_McParticle = track.has_mcParticle();
206-
if (has_McParticle) {
205+
bool hasMcParticle = track.has_mcParticle();
206+
if (hasMcParticle) {
207207
/// the track is not fake
208208

209209
// check whether the particle comes from a charm or beauty hadron and store its index

0 commit comments

Comments
 (0)